Uses of Class
org.elasticsearch.search.aggregations.support.ValuesSourceType
-
-
Uses of ValuesSourceType in org.elasticsearch.search.aggregations.bucket.histogram
Methods in org.elasticsearch.search.aggregations.bucket.histogram that return ValuesSourceType Modifier and Type Method Description protected ValuesSourceTypeDateHistogramAggregationBuilder. resolveScriptAny(Script script)protected ValuesSourceTypeHistogramAggregationBuilder. resolveScriptAny(Script script) -
Uses of ValuesSourceType in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return ValuesSourceType Modifier and Type Method Description ValuesSourceTypeInternalGeoDistance.Factory. getValueSourceType()ValuesSourceTypeInternalRange.Factory. getValueSourceType() -
Uses of ValuesSourceType in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return ValuesSourceType Modifier and Type Method Description static ValuesSourceTypeValuesSourceType. fromStream(StreamInput in)static ValuesSourceTypeValuesSourceType. fromString(String name)ValuesSourceTypeValueType. getValuesSourceType()protected ValuesSourceTypeValuesSourceAggregationBuilder. resolveScriptAny(Script script)Provide a hook for aggregations to have finer grained control of the ValuesSourceType for script values.static ValuesSourceTypeValuesSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValuesSourceType[]ValuesSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.ValuesSourceTypeValuesSourceConfig. valueSourceType()Method parameters in org.elasticsearch.search.aggregations.support with type arguments of type ValuesSourceType Modifier and Type Method Description static <VS extends ValuesSource>
ValuesSourceConfig<VS>ValuesSourceConfig. resolve(QueryShardContext context, ValueType valueType, String field, Script script, Object missing, ZoneId timeZone, String format, Function<Script,ValuesSourceType> resolveScriptAny)Resolve aValuesSourceConfiggiven configuration parameters.Constructors in org.elasticsearch.search.aggregations.support with parameters of type ValuesSourceType Constructor Description LeafOnly(String name, ValuesSourceType valuesSourceType, ValueType targetValueType)LeafOnly(StreamInput in, ValuesSourceType valuesSourceType)Read an aggregation from a stream that serializes its targetValueType.LeafOnly(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that does not serialize its targetValueType.ValuesSourceAggregationBuilder(String name, ValuesSourceType valuesSourceType, ValueType targetValueType)ValuesSourceAggregationBuilder(StreamInput in, ValuesSourceType valuesSourceType)Read an aggregation from a stream that serializes its targetValueType.ValuesSourceAggregationBuilder(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that has a sensible default for TargetValueType.ValuesSourceConfig(ValuesSourceType valueSourceType)
-