Package org.elasticsearch.script
Interface AggregationScript.LeafFactory
- Enclosing class:
- AggregationScript
public static interface AggregationScript.LeafFactory
A factory to construct
AggregationScript instances.-
Method Summary
Modifier and Type Method Description booleanneeds_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.AggregationScriptnewInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
newInstance
AggregationScript newInstance(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException- Throws:
java.io.IOException
-
needs_score
boolean needs_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.
-