Package org.elasticsearch.script
Interface AggregationScript.LeafFactory
-
- Enclosing class:
- AggregationScript
public static interface AggregationScript.LeafFactoryA factory to constructAggregationScriptinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanneeds_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.AggregationScriptnewInstance(LeafReaderContext ctx)
-
-
-
Method Detail
-
newInstance
AggregationScript newInstance(LeafReaderContext ctx) throws IOException
- Throws:
IOException
-
needs_score
boolean needs_score()
Returntrueif the script needs_scorecalculated, orfalseotherwise.
-
-