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 IndexedDISILucene70DocValuesProducer.SparseBinaryDocValues.disi(package private) final IndexedDISILucene70DocValuesProducer.SparseNumericDocValues.disi(package private) final IndexedDISILucene70NormsProducer.SparseNormsIterator.disiMethods in org.apache.lucene.backward_codecs.lucene70 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.Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexedDISIModifierConstructorDescription(package private)(package private)(package private)