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