Uses of Interface
org.elasticsearch.script.AggregationScript.LeafFactory
-
Packages that use AggregationScript.LeafFactory Package Description org.elasticsearch.script org.elasticsearch.search.aggregations.support -
-
Uses of AggregationScript.LeafFactory in org.elasticsearch.script
Methods in org.elasticsearch.script that return AggregationScript.LeafFactory Modifier and Type Method Description AggregationScript.LeafFactoryAggregationScript.Factory. newFactory(Map<String,Object> params, SearchLookup lookup) -
Uses of AggregationScript.LeafFactory in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return AggregationScript.LeafFactory Modifier and Type Method Description AggregationScript.LeafFactoryValuesSourceConfig. script()Methods in org.elasticsearch.search.aggregations.support with parameters of type AggregationScript.LeafFactory Modifier and Type Method Description ValuesSourceConfig<VS>ValuesSourceConfig. script(AggregationScript.LeafFactory script)Constructors in org.elasticsearch.search.aggregations.support with parameters of type AggregationScript.LeafFactory Constructor Description Script(AggregationScript.LeafFactory script)Script(AggregationScript.LeafFactory script, ValueType scriptValueType)WithScript(ValuesSource.Numeric delegate, AggregationScript.LeafFactory script)WithScript(ValuesSource delegate, AggregationScript.LeafFactory script)
-