Package | Description |
---|---|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
LegacySortedDocValues
Deprecated.
Use
SortedDocValues instead. |
Modifier and Type | Field and Description |
---|---|
private LegacyBinaryDocValues |
LegacyBinaryDocValuesWrapper.values
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private LegacyBinaryDocValues |
DirectDocValuesProducer.getLegacyBinary(FieldInfo field) |
Modifier and Type | Method and Description |
---|---|
private LegacySortedDocValues |
DirectDocValuesProducer.newSortedInstance(LegacyNumericDocValues docToOrd,
LegacyBinaryDocValues values,
int count) |
Constructor and Description |
---|
LegacyBinaryDocValuesWrapper(Bits docsWithField,
LegacyBinaryDocValues values)
Deprecated.
|