Uses of Class
org.apache.lucene.codecs.lucene90.IndexedDISI
-
Packages that use IndexedDISI Package Description org.apache.lucene.backward_codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.backward_codecs.lucene94 Lucene 9.4 file format.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene95 Lucene 9.5 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of IndexedDISI in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as IndexedDISI Modifier and Type Field Description private IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues. disi
-
Uses of IndexedDISI in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as IndexedDISI Modifier and Type Field Description private IndexedDISI
OffHeapByteVectorValues.SparseOffHeapVectorValues. disi
private IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues. disi
-
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.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as IndexedDISI Modifier and Type Field Description private IndexedDISI
OffHeapByteVectorValues.SparseOffHeapVectorValues. disi
private IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues. disi
Methods in org.apache.lucene.codecs.lucene95 that return IndexedDISI Modifier and Type Method Description IndexedDISI
OrdToDocDISIReaderConfiguration. getIndexedDISI(IndexInput dataIn)
-
Uses of IndexedDISI in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as IndexedDISI Modifier and Type Field Description private IndexedDISI
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues. disi
-