lucene/lucene/misc
zacharymorn 3835cb4e95
LUCENE-9686: Fix read past EOF handling in DirectIODirectory (#2258)
2021-02-02 09:07:30 +01:00
..
native LUCENE-8982: Make NativeUnixDirectory pure java with FileChannel direct IO flag, and rename to DirectIODirectory (#2052) 2021-01-17 23:57:56 +01:00
src LUCENE-9686: Fix read past EOF handling in DirectIODirectory (#2258) 2021-02-02 09:07:30 +01:00
README.txt nuke some outdated references to contrib 2012-04-22 12:55:11 +00:00
build.gradle LUCENE-8982: Separate out native code to another module to allow cpp build with gradle (#2068) 2020-11-16 09:40:03 +01:00

README.txt

miscellaneous is a home of different Lucene-related classes
that all belong to org.apache.lucene.misc package, as they are not
substantial enough to warrant their own package.