Package org.elasticsearch.script
Interface AggregationScript.Factory
-
- Enclosing class:
- AggregationScript
public static interface AggregationScript.FactoryA factory to construct statefulAggregationScriptfactories for a specific index.
-
-
Method Summary
Modifier and Type Method Description AggregationScript.LeafFactorynewFactory(java.util.Map<java.lang.String,java.lang.Object> params, SearchLookup lookup)
-
-
-
Method Detail
-
newFactory
AggregationScript.LeafFactory newFactory(java.util.Map<java.lang.String,java.lang.Object> params, SearchLookup lookup)
-
-