Class HistogramValues
java.lang.Object
org.elasticsearch.index.fielddata.HistogramValues
Per-segment histogram values.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
advanceExact(int doc)
Advance this instance to the given document idabstract HistogramValue
Get theHistogramValue
associated 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 theHistogramValue
associated with the current document. The returnedHistogramValue
might be reused across calls.- Throws:
IOException
-