summaryrefslogtreecommitdiff
path: root/user/clucene
AgeCommit message (Collapse)AuthorFilesLines
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