| 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.NumericEntry |
DirectDocValuesProducer.SortedNumericEntry.docToAddress |
(package private) DirectDocValuesProducer.NumericEntry |
DirectDocValuesProducer.SortedEntry.docToOrd |
(package private) DirectDocValuesProducer.NumericEntry |
DirectDocValuesProducer.SortedSetEntry.docToOrdAddress |
(package private) DirectDocValuesProducer.NumericEntry |
DirectDocValuesProducer.SortedSetEntry.ords |
(package private) DirectDocValuesProducer.NumericEntry |
DirectDocValuesProducer.SortedNumericEntry.values |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,DirectDocValuesProducer.NumericEntry> |
DirectDocValuesProducer.numerics |
| Modifier and Type | Method and Description |
|---|---|
private DirectDocValuesProducer.NumericEntry |
DirectDocValuesProducer.readNumericEntry(IndexInput meta) |
| Modifier and Type | Method and Description |
|---|---|
private DirectDocValuesProducer.NumericRawValues |
DirectDocValuesProducer.loadNumeric(DirectDocValuesProducer.NumericEntry entry) |