Uses of Class
org.apache.lucene.backward_codecs.lucene50.Lucene50CompoundReader.FileEntry
-
Packages that use Lucene50CompoundReader.FileEntry Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format. -
-
Uses of Lucene50CompoundReader.FileEntry in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 with type parameters of type Lucene50CompoundReader.FileEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene50CompoundReader.FileEntry>
Lucene50CompoundReader. entries
Methods in org.apache.lucene.backward_codecs.lucene50 that return types with arguments of type Lucene50CompoundReader.FileEntry Modifier and Type Method Description private java.util.Map<java.lang.String,Lucene50CompoundReader.FileEntry>
Lucene50CompoundReader. 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,Lucene50CompoundReader.FileEntry>
Lucene50CompoundReader. readMapping(IndexInput entriesStream)
-