Class LongScriptDocValues

org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.SortedNumericDocValues
org.elasticsearch.index.fielddata.AbstractSortedNumericDocValues
org.elasticsearch.index.fielddata.LongScriptDocValues

public final class LongScriptDocValues 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
     
    long
     

    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.

    , , , , , , , , , ,
  • 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