Uses of Class
org.elasticsearch.search.aggregations.support.ValueType
-
-
Uses of ValueType in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite that return ValueType Modifier and Type Method Description ValueTypeCompositeValuesSourceBuilder. valueType()Gets theValueTypefor the value produced by this sourceMethods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type ValueType Modifier and Type Method Description ABCompositeValuesSourceBuilder. valueType(ValueType valueType)Sets theValueTypefor the value produced by this source -
Uses of ValueType in org.elasticsearch.search.aggregations.bucket.missing
Constructors in org.elasticsearch.search.aggregations.bucket.missing with parameters of type ValueType Constructor Description MissingAggregationBuilder(String name, ValueType targetValueType) -
Uses of ValueType in org.elasticsearch.search.aggregations.bucket.range
Methods in org.elasticsearch.search.aggregations.bucket.range that return ValueType Modifier and Type Method Description ValueTypeInternalDateRange.Factory. getValueType()ValueTypeInternalGeoDistance.Factory. getValueType()ValueTypeInternalRange.Factory. getValueType() -
Uses of ValueType in org.elasticsearch.search.aggregations.bucket.significant
Constructors in org.elasticsearch.search.aggregations.bucket.significant with parameters of type ValueType Constructor Description SignificantTermsAggregationBuilder(String name, ValueType valueType) -
Uses of ValueType in org.elasticsearch.search.aggregations.bucket.terms
Constructors in org.elasticsearch.search.aggregations.bucket.terms with parameters of type ValueType Constructor Description RareTermsAggregationBuilder(String name, ValueType valueType)TermsAggregationBuilder(String name, ValueType valueType) -
Uses of ValueType in org.elasticsearch.search.aggregations.metrics
Constructors in org.elasticsearch.search.aggregations.metrics with parameters of type ValueType Constructor Description CardinalityAggregationBuilder(String name, ValueType targetValueType)ValueCountAggregationBuilder(String name, ValueType targetValueType) -
Uses of ValueType in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return ValueType Modifier and Type Method Description protected ValueTypeValuesSourceAggregationBuilder. defaultValueType(Script script)Provide a hook for aggregations to have finer grained control of the ValueType for script values.static ValueTypeValueType. readFromStream(StreamInput in)static ValueTypeValueType. resolveForScript(String type)ValueTypeValuesSourceConfig. scriptValueType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.ValueTypeValuesSourceAggregationBuilder. valueType()Gets theValueTypefor the value produced by this aggregationMethods in org.elasticsearch.search.aggregations.support with parameters of type ValueType Modifier and Type Method Description static <VS extends ValuesSource,T>
voidMultiValuesSourceParseHelper. declareCommon(AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean formattable, ValueType targetValueType)booleanValueType. isA(ValueType valueType)booleanValueType. isNotA(ValueType valueType)static <VS extends ValuesSource>
ValuesSourceConfig<VS>ValuesSourceConfig. resolve(QueryShardContext context, ValueType valueType, String field, Script script, Object missing, ZoneId timeZone, String format)Resolve aValuesSourceConfiggiven configuration parameters.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.ValuesSourceConfig<VS>ValuesSourceConfig. scriptValueType(ValueType scriptValueType)ABMultiValuesSourceAggregationBuilder. valueType(ValueType valueType)Sets theValueTypefor the value produced by this aggregationABValuesSourceAggregationBuilder. valueType(ValueType valueType)Sets theValueTypefor the value produced by this aggregationConstructors in org.elasticsearch.search.aggregations.support with parameters of type ValueType Constructor Description LeafOnly(String name, ValueType targetValueType)LeafOnly(StreamInput in, ValueType targetValueType)Read from a stream that does not serialize its targetValueType.LeafOnly(String name, ValuesSourceType valuesSourceType, ValueType targetValueType)LeafOnly(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that does not serialize its targetValueType.MultiValuesSourceAggregationBuilder(String name, ValueType targetValueType)MultiValuesSourceAggregationBuilder(StreamInput in, ValueType targetValueType)Script(AggregationScript.LeafFactory script, ValueType scriptValueType)ValuesSourceAggregationBuilder(String name, ValuesSourceType valuesSourceType, ValueType targetValueType)ValuesSourceAggregationBuilder(StreamInput in, ValuesSourceType valuesSourceType, ValueType targetValueType)Read an aggregation from a stream that has a sensible default for TargetValueType.
-