Package | Description |
---|---|
org.apache.lucene.codecs.lucene70 |
Components from the Lucene 7.0 index format.
|
Modifier and Type | Field and Description |
---|---|
(package private) IndexedDISI |
Lucene70DocValuesProducer.SparseNumericDocValues.disi |
(package private) IndexedDISI |
Lucene70DocValuesProducer.SparseBinaryDocValues.disi |
(package private) IndexedDISI |
Lucene70NormsProducer.SparseNormsIterator.disi |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
IndexedDISI.Method.advanceExactWithinBlock(IndexedDISI disi,
int target)
Advance the iterator exactly to the position corresponding to the given
target
and return whether this document exists. |
(package private) abstract boolean |
IndexedDISI.Method.advanceWithinBlock(IndexedDISI disi,
int target)
Advance to the first doc from the block that is equal to or greater than
target . |
Constructor and Description |
---|
SparseBinaryDocValues(IndexedDISI disi) |
SparseNormsIterator(IndexedDISI disi) |
SparseNumericDocValues(IndexedDISI disi) |