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 SegmentReaderSegmentReader. get(boolean readOnly, SegmentInfo si, int termInfosIndexDivisor)static SegmentReaderSegmentReader. 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 voidSegmentReader.CoreClosedListener. onClose(SegmentReader owner)
-