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 TypeMethodDescriptionbooleanReturntrueif the script needs_scorecalculated, orfalseotherwise.newInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
newInstance
- Throws:
IOException
-
needs_score
boolean needs_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.
-