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 LegacySortedSetDocValues |
LegacySortedSetDocValuesWrapper.values
Deprecated.
|
Constructor and Description |
---|
LegacySortedSetDocValuesWrapper(LegacySortedSetDocValues values,
int maxDoc)
Deprecated.
|