Uses of Class
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.FileEntry
-
Packages that use Lucene50CompoundReader.FileEntry Package Description org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.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.FileEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene50CompoundReader.FileEntry>
Lucene50CompoundReader. entries
Methods in org.apache.lucene.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 stream
-