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