Class ValuesSource.Bytes.FieldData
java.lang.Object
org.opensearch.search.aggregations.support.ValuesSource
org.opensearch.search.aggregations.support.ValuesSource.Bytes
org.opensearch.search.aggregations.support.ValuesSource.Bytes.FieldData
- Enclosing class:
- ValuesSource.Bytes
Field data without ordinals
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.search.aggregations.support.ValuesSource.Bytes
ValuesSource.Bytes.FieldData, ValuesSource.Bytes.Script, ValuesSource.Bytes.WithOrdinals, ValuesSource.Bytes.WithScript
Nested classes/interfaces inherited from class org.opensearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.Range
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytesValues
(org.apache.lucene.index.LeafReaderContext context) Get the currentValuesSource.Bytes.WithScript.BytesValues
.Methods inherited from class org.opensearch.search.aggregations.support.ValuesSource.Bytes
docsWithValue, roundingPreparer
Methods inherited from class org.opensearch.search.aggregations.support.ValuesSource
hasGlobalOrdinals, needsScores
-
Field Details
-
indexFieldData
-
-
Constructor Details
-
FieldData
-
-
Method Details
-
bytesValues
Description copied from class:ValuesSource
Get the currentValuesSource.Bytes.WithScript.BytesValues
.- Specified by:
bytesValues
in classValuesSource
-