Uses of Class
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.FileEntry
Packages that use Lucene50CompoundReader.FileEntry
Package
Description
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.-
Uses of Lucene50CompoundReader.FileEntry in org.apache.lucene.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 with type parameters of type Lucene50CompoundReader.FileEntryModifier and TypeFieldDescriptionprivate final Map<String, Lucene50CompoundReader.FileEntry> Lucene50CompoundReader.entriesMethods in org.apache.lucene.codecs.lucene50 that return types with arguments of type Lucene50CompoundReader.FileEntryModifier and TypeMethodDescriptionprivate Map<String, Lucene50CompoundReader.FileEntry> Lucene50CompoundReader.readEntries(byte[] segmentID, Directory dir, String entriesFileName) Helper method that reads CFS entries from an input stream