Module org.elasticsearch.server
Package org.elasticsearch.script
Interface BytesRefSortScript.LeafFactory
- Enclosing class:
BytesRefSortScript
public static interface BytesRefSortScript.LeafFactory
A factory to construct
BytesRefSortScript instances.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturntrueif the script needs_scorecalculated, orfalseotherwise.newInstance(DocReader reader)
-
Method Details
-
newInstance
- Throws:
IOException
-
needs_score
boolean needs_score()Returntrueif the script needs_scorecalculated, orfalseotherwise.
-