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
    boolean advanceExact​(int docId)  
    int docValueCount()  
    long nextValue()  

    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

    Methods 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:
      nextValue in class org.apache.lucene.index.SortedNumericDocValues
    • docValueCount

      public int docValueCount()
      Specified by:
      docValueCount in class org.apache.lucene.index.SortedNumericDocValues