Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90CompoundReader.FileEntry
Packages that use Lucene90CompoundReader.FileEntry
-
Uses of Lucene90CompoundReader.FileEntry in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type Lucene90CompoundReader.FileEntryModifier and TypeFieldDescriptionprivate final Map<String,
Lucene90CompoundReader.FileEntry> Lucene90CompoundReader.entries
Methods in org.apache.lucene.codecs.lucene90 that return types with arguments of type Lucene90CompoundReader.FileEntryModifier and TypeMethodDescriptionprivate Map<String,
Lucene90CompoundReader.FileEntry> Lucene90CompoundReader.readEntries
(byte[] segmentID, Directory dir, String entriesFileName) Helper method that reads CFS entries from an input streamprivate Map<String,
Lucene90CompoundReader.FileEntry> Lucene90CompoundReader.readMapping
(IndexInput entriesStream)