Uses of Class
org.apache.lucene.backward_codecs.lucene70.IndexedDISI
Packages that use IndexedDISI
Package
Description
Components from the Lucene 7.0 index format.
-
Uses of IndexedDISI in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as IndexedDISIModifier and TypeFieldDescription(package private) final IndexedDISI
Lucene70DocValuesProducer.SparseBinaryDocValues.disi
(package private) final IndexedDISI
Lucene70DocValuesProducer.SparseNumericDocValues.disi
(package private) final IndexedDISI
Lucene70NormsProducer.SparseNormsIterator.disi
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexedDISIModifier and TypeMethodDescription(package private) abstract boolean
IndexedDISI.Method.advanceExactWithinBlock
(IndexedDISI disi, int target) Advance the iterator exactly to the position corresponding to the giventarget
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 thantarget
.Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexedDISIModifierConstructorDescription(package private)
(package private)
(package private)