Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90CompoundReader.FileEntry
-
Packages that use Lucene90CompoundReader.FileEntry Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format. -
-
Uses of Lucene90CompoundReader.FileEntry in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type Lucene90CompoundReader.FileEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene90CompoundReader.FileEntry>
Lucene90CompoundReader. entries
Methods in org.apache.lucene.codecs.lucene90 that return types with arguments of type Lucene90CompoundReader.FileEntry Modifier and Type Method Description private java.util.Map<java.lang.String,Lucene90CompoundReader.FileEntry>
Lucene90CompoundReader. readEntries(byte[] segmentID, Directory dir, java.lang.String entriesFileName)
Helper method that reads CFS entries from an input streamprivate java.util.Map<java.lang.String,Lucene90CompoundReader.FileEntry>
Lucene90CompoundReader. readMapping(IndexInput entriesStream)
-