Class HistogramValues
java.lang.Object
org.elasticsearch.index.fielddata.HistogramValues
Per-segment histogram values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanadvanceExact(int doc)Advance this instance to the given document idabstract HistogramValueGet theHistogramValueassociated with the current document.
-
Constructor Details
-
HistogramValues
public HistogramValues()
-
-
Method Details
-
advanceExact
Advance this instance to the given document id- Returns:
- true if there is a value for this document
- Throws:
IOException
-
histogram
Get theHistogramValueassociated with the current document. The returnedHistogramValuemight be reused across calls.- Throws:
IOException
-