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(LeafReaderContext ctx)
-
-
-
Method Detail
-
newInstance
TermsSetQueryScript newInstance(LeafReaderContext ctx) throws IOException
- Throws:
IOException
-
-