Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
class |
LegacySortedDocValues
Deprecated.
Use
SortedDocValues instead. |
Modifier and Type | Field and Description |
---|---|
private LegacyBinaryDocValues |
LegacyBinaryDocValuesWrapper.values
Deprecated.
|
Constructor and Description |
---|
LegacyBinaryDocValuesWrapper(Bits docsWithField,
LegacyBinaryDocValues values)
Deprecated.
|