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