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