Class ValuesSource.Histogram.Fielddata
java.lang.Object
org.elasticsearch.search.aggregations.support.ValuesSource
org.elasticsearch.search.aggregations.support.ValuesSource.Histogram
org.elasticsearch.search.aggregations.support.ValuesSource.Histogram.Fielddata
- Enclosing class:
- ValuesSource.Histogram
public static class ValuesSource.Histogram.Fielddata extends ValuesSource.Histogram
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource.Histogram
ValuesSource.Histogram.FielddataNested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Histogram, ValuesSource.Numeric, ValuesSource.Range -
Field Summary
Fields Modifier and Type Field Description protected IndexHistogramFieldDataindexFieldData -
Constructor Summary
Constructors Constructor Description Fielddata(IndexHistogramFieldData indexFieldData) -
Method Summary
Modifier and Type Method Description SortedBinaryDocValuesbytesValues(org.apache.lucene.index.LeafReaderContext context)Get the currentValuesSource.Bytes.WithScript.BytesValues.DocValueBitsdocsWithValue(org.apache.lucene.index.LeafReaderContext context)HistogramValuesgetHistogramValues(org.apache.lucene.index.LeafReaderContext context)
-
Field Details
-
Constructor Details
-
Method Details
-
bytesValues
Description copied from class:ValuesSourceGet the currentValuesSource.Bytes.WithScript.BytesValues.- Specified by:
bytesValuesin classValuesSource
-
docsWithValue
public DocValueBits docsWithValue(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException- Specified by:
docsWithValuein classValuesSource- Throws:
java.io.IOException
-
getHistogramValues
public HistogramValues getHistogramValues(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException- Specified by:
getHistogramValuesin classValuesSource.Histogram- Throws:
java.io.IOException
-