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 TypeMethodDescriptionboolean
Returntrue
if the script needs_score
calculated, orfalse
otherwise.newInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
needs_score
boolean needs_score()Returntrue
if the script needs_score
calculated, orfalse
otherwise. -
newInstance
- Throws:
IOException
-