Uses of Class
org.apache.lucene.index.SegmentReader
-
Packages that use SegmentReader Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of SegmentReader in org.apache.lucene.index
Methods in org.apache.lucene.index that return SegmentReader Modifier and Type Method Description static SegmentReader
SegmentReader. get(boolean readOnly, SegmentInfo si, int termInfosIndexDivisor)
static SegmentReader
SegmentReader. get(boolean readOnly, Directory dir, SegmentInfo si, int readBufferSize, boolean doOpenStores, int termInfosIndexDivisor)
Methods in org.apache.lucene.index with parameters of type SegmentReader Modifier and Type Method Description void
SegmentReader.CoreClosedListener. onClose(SegmentReader owner)
-