Package org.elasticsearch.script
Interface TermsSetQueryScript.LeafFactory
-
- Enclosing class:
- TermsSetQueryScript
public static interface TermsSetQueryScript.LeafFactoryA factory to constructTermsSetQueryScriptinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TermsSetQueryScriptnewInstance(org.apache.lucene.index.LeafReaderContext ctx)
-
-
-
Method Detail
-
newInstance
TermsSetQueryScript newInstance(org.apache.lucene.index.LeafReaderContext ctx) throws java.io.IOException
- Throws:
java.io.IOException
-
-