| 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 |
|---|---|
private java.util.Map<java.lang.String,DirectDocValuesProducer.SortedNumericEntry> |
DirectDocValuesProducer.sortedNumerics |
| Modifier and Type | Method and Description |
|---|---|
private DirectDocValuesProducer.SortedNumericEntry |
DirectDocValuesProducer.readSortedNumericEntry(IndexInput meta,
boolean singleton) |
| Modifier and Type | Method and Description |
|---|---|
private DirectDocValuesProducer.SortedNumericRawValues |
DirectDocValuesProducer.loadSortedNumeric(DirectDocValuesProducer.SortedNumericEntry entry) |