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) LegacyNumericDocValues |
DirectDocValuesProducer.NumericRawValues.numerics |
private LegacyNumericDocValues |
LegacyNumericDocValuesWrapper.values
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private LegacySortedDocValues |
DirectDocValuesProducer.newSortedInstance(LegacyNumericDocValues docToOrd,
LegacyBinaryDocValues values,
int count) |
Constructor and Description |
---|
LegacyNumericDocValuesWrapper(Bits docsWithField,
LegacyNumericDocValues values)
Deprecated.
|