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