Uses of Class
org.apache.lucene.backward_codecs.lucene70.IndexedDISI
-
Packages that use IndexedDISI Package Description org.apache.lucene.backward_codecs.lucene70 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 IndexedDISI Modifier and Type Field Description (package private) IndexedDISI
Lucene70DocValuesProducer.SparseBinaryDocValues. disi
(package private) IndexedDISI
Lucene70DocValuesProducer.SparseNumericDocValues. disi
(package private) IndexedDISI
Lucene70NormsProducer.SparseNormsIterator. disi
Methods in org.apache.lucene.backward_codecs.lucene70 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
.Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexedDISI Constructor Description SparseBinaryDocValues(IndexedDISI disi)
SparseNormsIterator(IndexedDISI disi)
SparseNumericDocValues(IndexedDISI disi)
-