Package org.elasticsearch.script
Interface NumberSortScript.LeafFactory
- Enclosing class:
- NumberSortScript
public static interface NumberSortScript.LeafFactory
A factory to construct
NumberSortScript
instances.-
Method Summary
Modifier and Type Method Description boolean
needs_score()
Returntrue
if the script needs_score
calculated, orfalse
otherwise.NumberSortScript
newInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
newInstance
NumberSortScript newInstance(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException- Throws:
java.io.IOException
-
needs_score
boolean needs_score()Returntrue
if the script needs_score
calculated, orfalse
otherwise.
-