Class DenseLongValues

java.lang.Object
org.apache.lucene.search.LongValues
org.elasticsearch.index.fielddata.DenseLongValues

public abstract class DenseLongValues extends org.apache.lucene.search.LongValues
LongValues implementation that is guaranteed to have a value for every document in a reader
  • Constructor Details

    • DenseLongValues

      public DenseLongValues()
  • Method Details

    • advanceExact

      public final boolean advanceExact(int doc) throws IOException
      Specified by:
      advanceExact in class org.apache.lucene.search.LongValues
      Throws:
      IOException
    • doAdvanceExact

      protected abstract void doAdvanceExact(int doc) throws IOException
      Throws:
      IOException