Uses of Class
org.apache.lucene.codecs.CompoundDirectory
-
Packages that use CompoundDirectory Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CompoundDirectory in org.apache.lucene.backward_codecs.lucene50
Subclasses of CompoundDirectory in org.apache.lucene.backward_codecs.lucene50 Modifier and Type Class Description (package private) class
Lucene50CompoundReader
Class for accessing a compound stream.Methods in org.apache.lucene.backward_codecs.lucene50 that return CompoundDirectory Modifier and Type Method Description CompoundDirectory
Lucene50CompoundFormat. getCompoundReader(Directory dir, SegmentInfo si, IOContext context)
-
Uses of CompoundDirectory in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return CompoundDirectory Modifier and Type Method Description abstract CompoundDirectory
CompoundFormat. getCompoundReader(Directory dir, SegmentInfo si, IOContext context)
Returns a Directory view (read-only) for the compound files in this segment -
Uses of CompoundDirectory in org.apache.lucene.codecs.lucene90
Subclasses of CompoundDirectory in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description (package private) class
Lucene90CompoundReader
Class for accessing a compound stream.Methods in org.apache.lucene.codecs.lucene90 that return CompoundDirectory Modifier and Type Method Description CompoundDirectory
Lucene90CompoundFormat. getCompoundReader(Directory dir, SegmentInfo si, IOContext context)
-
Uses of CompoundDirectory in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return CompoundDirectory Modifier and Type Method Description CompoundDirectory
SimpleTextCompoundFormat. getCompoundReader(Directory dir, SegmentInfo si, IOContext context)
-
Uses of CompoundDirectory in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CompoundDirectory Modifier and Type Field Description (package private) CompoundDirectory
SegmentCoreReaders. cfsReader
-