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 IndexedDISIOffHeapFloatVectorValues.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 IndexedDISIOffHeapByteVectorValues.SparseOffHeapVectorValues.disiprivate final IndexedDISIOffHeapFloatVectorValues.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 IndexedDISILucene90DocValuesProducer.SparseBinaryDocValues.disi(package private) final IndexedDISILucene90DocValuesProducer.SparseNumericDocValues.disi(package private) final IndexedDISILucene90NormsProducer.SparseNormsIterator.disiMethods in org.apache.lucene.codecs.lucene90 with parameters of type IndexedDISIModifier and TypeMethodDescription(package private) abstract booleanIndexedDISI.Method.advanceExactWithinBlock(IndexedDISI disi, int target) Advance the iterator exactly to the position corresponding to the giventargetand return whether this document exists.(package private) abstract booleanIndexedDISI.Method.advanceWithinBlock(IndexedDISI disi, int target) Advance to the first doc from the block that is equal to or greater thantarget.private static voidIndexedDISI.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 IndexedDISIOffHeapByteVectorValues.SparseOffHeapVectorValues.disiprivate final IndexedDISIOffHeapFloatVectorValues.SparseOffHeapVectorValues.disiMethods 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 IndexedDISIOffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues.disi