Package org.elasticsearch.script
Interface NumberSortScript.LeafFactory
-
- Enclosing class:
- NumberSortScript
public static interface NumberSortScript.LeafFactoryA factory to constructNumberSortScriptinstances.
-
-
Method Summary
Modifier and Type Method Description booleanneeds_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.NumberSortScriptnewInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
-
-
Method Detail
-
newInstance
NumberSortScript 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.
-
-