Package org.opensearch.script
Interface AggregationScript.LeafFactory
- Enclosing class:
AggregationScript
@PublicApi(since="1.0.0")
public static interface AggregationScript.LeafFactory
A factory to construct
AggregationScript
instances.- Opensearch.api:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returntrue
if the script needs_score
calculated, orfalse
otherwise.newInstance
(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
newInstance
- Throws:
IOException
-
needs_score
boolean needs_score()Returntrue
if the script needs_score
calculated, orfalse
otherwise.
-