Package org.elasticsearch.script
Interface StringSortScript.LeafFactory
- Enclosing class:
- StringSortScript
public static interface StringSortScript.LeafFactory
A factory to construct
StringSortScript
instances.-
Method Summary
Modifier and Type Method Description StringSortScript
newInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
Method Details
-
newInstance
StringSortScript newInstance(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException- Throws:
java.io.IOException
-