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
-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Method Summary
Methods inherited from class org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
advance, cost, docID, nextDoc
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
all, empty, range, slowAdvance
-
Method Details
-
advanceExact
public boolean advanceExact(int docId) -
nextValue
public long nextValue()- Specified by:
nextValue
in classorg.apache.lucene.index.SortedNumericDocValues
-
docValueCount
public int docValueCount()- Specified by:
docValueCount
in classorg.apache.lucene.index.SortedNumericDocValues
-