Package | Description |
---|---|
org.apache.lucene.codecs.lucene50 |
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,Lucene50CompoundReader.FileEntry> |
Lucene50CompoundReader.entries |
Modifier and Type | Method and 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
|