Uses of Class
org.apache.lucene.codecs.lucene90.IndexedDISI
Packages that use IndexedDISI
Package
Description
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.0 file format.
Lucene 9.5 file format.
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 IndexedDISIModifier and TypeFieldDescriptionprivate final IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues.disi
-
Uses of IndexedDISI in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as IndexedDISIModifier and TypeFieldDescriptionprivate final IndexedDISI
OffHeapByteVectorValues.SparseOffHeapVectorValues.disi
private final IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues.disi
-
Uses of IndexedDISI in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IndexedDISIModifier and TypeFieldDescription(package private) final IndexedDISI
Lucene90DocValuesProducer.SparseBinaryDocValues.disi
(package private) final IndexedDISI
Lucene90DocValuesProducer.SparseNumericDocValues.disi
(package private) final IndexedDISI
Lucene90NormsProducer.SparseNormsIterator.disi
Methods in org.apache.lucene.codecs.lucene90 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
.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 IndexedDISIModifierConstructorDescription(package private)
(package private)
(package private)
-
Uses of IndexedDISI in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as IndexedDISIModifier and TypeFieldDescriptionprivate final IndexedDISI
OffHeapByteVectorValues.SparseOffHeapVectorValues.disi
private final IndexedDISI
OffHeapFloatVectorValues.SparseOffHeapVectorValues.disi
Methods in org.apache.lucene.codecs.lucene95 that return IndexedDISIModifier and TypeMethodDescriptionOrdToDocDISIReaderConfiguration.getIndexedDISI
(IndexInput dataIn) -
Uses of IndexedDISI in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as IndexedDISIModifier and TypeFieldDescriptionprivate final IndexedDISI
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues.disi