Uses of Class
org.elasticsearch.script.AggregationScript
-
Packages that use AggregationScript Package Description org.elasticsearch.script org.elasticsearch.search.aggregations.support.values -
-
Uses of AggregationScript in org.elasticsearch.script
Methods in org.elasticsearch.script that return AggregationScript Modifier and Type Method Description AggregationScriptAggregationScript.LeafFactory. newInstance(LeafReaderContext ctx) -
Uses of AggregationScript in org.elasticsearch.search.aggregations.support.values
Constructors in org.elasticsearch.search.aggregations.support.values with parameters of type AggregationScript Constructor Description ScriptBytesValues(AggregationScript script)ScriptDoubleValues(AggregationScript script)ScriptLongValues(AggregationScript script)
-