Package | Description |
---|---|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
Modifier and Type | Field and Description |
---|---|
(package private) DirectDocValuesProducer.BinaryEntry |
DirectDocValuesProducer.SortedEntry.values |
(package private) DirectDocValuesProducer.BinaryEntry |
DirectDocValuesProducer.SortedSetEntry.values |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,DirectDocValuesProducer.BinaryEntry> |
DirectDocValuesProducer.binaries |
Modifier and Type | Method and Description |
---|---|
private DirectDocValuesProducer.BinaryEntry |
DirectDocValuesProducer.readBinaryEntry(IndexInput meta) |
Modifier and Type | Method and Description |
---|---|
private DirectDocValuesProducer.BinaryRawValues |
DirectDocValuesProducer.loadBinary(DirectDocValuesProducer.BinaryEntry entry) |