Interface LeafHistogramFieldData

All Superinterfaces:
org.apache.lucene.util.Accountable, java.lang.AutoCloseable, java.io.Closeable, LeafFieldData, Releasable

public interface LeafHistogramFieldData
extends LeafFieldData
LeafFieldData specialization for histogram data.
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Method Summary

    Modifier and Type Method Description
    HistogramValues getHistogramValues()
    Return Histogram values.

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources, ramBytesUsed

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData

    getBytesValues, getFormattedValues, getScriptValues

    Methods inherited from interface org.elasticsearch.common.lease.Releasable

    close
  • Method Details

    • getHistogramValues

      HistogramValues getHistogramValues() throws java.io.IOException
      Return Histogram values.
      Throws:
      java.io.IOException