Uses of Class
org.apache.lucene.codecs.lucene90.IndexedDISI
-
Packages that use IndexedDISI Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format. -
-
Uses of IndexedDISI in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IndexedDISI Modifier and Type Field Description (package private) IndexedDISI
Lucene90DocValuesProducer.SparseBinaryDocValues. disi
(package private) IndexedDISI
Lucene90DocValuesProducer.SparseNumericDocValues. disi
(package private) IndexedDISI
Lucene90NormsProducer.SparseNormsIterator. disi
Methods in org.apache.lucene.codecs.lucene90 with parameters of type IndexedDISI Modifier and Type Method Description (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
.private static void
IndexedDISI. rankSkip(IndexedDISI disi, int targetInBlock)
If the distance between the current position and the target is > 8 words, the rank cache will be used to guarantee a worst-case of 1 rank-lookup and 7 word-read-and-count-bits operations.Constructors in org.apache.lucene.codecs.lucene90 with parameters of type IndexedDISI Constructor Description SparseBinaryDocValues(IndexedDISI disi)
SparseNormsIterator(IndexedDISI disi)
SparseNumericDocValues(IndexedDISI disi)
-
Uses of IndexedDISI in org.apache.lucene.codecs.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as IndexedDISI Modifier and Type Field Description private IndexedDISI
OffHeapVectorValues.SparseOffHeapVectorValues. disi
-