Class MultiValuesSourceParseHelper
- java.lang.Object
-
- org.elasticsearch.search.aggregations.support.MultiValuesSourceParseHelper
-
public final class MultiValuesSourceParseHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiValuesSourceParseHelper()
-
Method Summary
Modifier and Type Method Description static <VS extends ValuesSource,T>
voiddeclareCommon(AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean formattable, ValueType targetValueType)
static <VS extends ValuesSource,T>
voiddeclareField(java.lang.String fieldName, AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean scriptable, boolean timezoneAware)
-
-
-
Method Detail
-
declareCommon
public static <VS extends ValuesSource,T> void declareCommon(AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean formattable, ValueType targetValueType)
-
declareField
public static <VS extends ValuesSource,T> void declareField(java.lang.String fieldName, AbstractObjectParser<? extends MultiValuesSourceAggregationBuilder<VS,?>,T> objectParser, boolean scriptable, boolean timezoneAware)
-
-