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