summaryrefslogtreecommitdiff
path: root/user/clucene
AgeCommit message (Collapse)AuthorFilesLines
2023-02-12user/clucene: Retire to legacy/A. Wilcox11-523/+0
No upstream commits in years. No response to bug reports from other teams. Really weird test failures on 32-bit architectures, likely caused by interactions with signedness and 64-bit integers. Ref: #873 #880
2023-02-11user/clucene: More fixesA. Wilcox7-7/+315
This doesn't fix the test failure, but is more correct.
2022-10-21user/clucene: disable 'ramdirectory' test. see #694.Zach van Rijn1-2/+2
2020-01-08user/*: Modernise / fix syntax / deps / metadataA. Wilcox1-5/+0
2018-09-04user/clucene: tell check to use $builddir/tmp instead of tmpMax Rees1-1/+9
If we use /tmp (the default), successive runs of check will usually fail because /tmp is not cleared on each run, and clucene is not smart enough to delete its test files on its own, so a whole bunch of tests will fail. Instead, tell it to use $builddir/tmp, which we can safely clear each time we run check.
2018-08-08user/clucene: modernize, fix licenseMax Rees4-12/+13
2018-08-08user/clucene: disable threading and enable testingMax Rees2-8/+82
2018-08-08user/clucene: new packageMax Rees4-0/+137
!check due to segfaults for the following tests: threads reuters ramdirectory analyzers indexwriter indexmodifier queryparser highfreq search datefilter