Class BooleanScriptDocValues
java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
org.elasticsearch.index.fielddata.BooleanScriptDocValues
public final class BooleanScriptDocValues extends AbstractSortedNumericDocValues
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS -
Method Summary
Modifier and Type Method Description booleanadvanceExact(int docId)intdocValueCount()longnextValue()Methods inherited from class org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
advance, cost, docID, nextDocMethods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
advanceExact
public boolean advanceExact(int docId) -
nextValue
public long nextValue()- Specified by:
nextValuein classorg.apache.lucene.index.SortedNumericDocValues
-
docValueCount
public int docValueCount()- Specified by:
docValueCountin classorg.apache.lucene.index.SortedNumericDocValues
-