Module org.elasticsearch.server
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 SummaryFields inherited from class org.apache.lucene.search.DocIdSetIteratorNO_MORE_DOCS
- 
Method SummaryMethods inherited from class org.elasticsearch.index.fielddata.AbstractSortedNumericDocValuesadvance, cost, docID, nextDocMethods inherited from class org.apache.lucene.search.DocIdSetIteratorall, empty, range, slowAdvance
- 
Method Details- 
advanceExactpublic boolean advanceExact(int docId) 
- 
nextValuepublic long nextValue()- Specified by:
- nextValuein class- org.apache.lucene.index.SortedNumericDocValues
 
- 
docValueCountpublic int docValueCount()- Specified by:
- docValueCountin class- org.apache.lucene.index.SortedNumericDocValues
 
 
-