Package org.elasticsearch.script
Interface TermsSetQueryScript.Factory
- All Superinterfaces:
ScriptFactory
- Enclosing class:
- TermsSetQueryScript
public static interface TermsSetQueryScript.Factory extends ScriptFactory
A factory to construct stateful
TermsSetQueryScript
factories for a specific index.-
Method Summary
Modifier and Type Method Description TermsSetQueryScript.LeafFactory
newFactory(java.util.Map<java.lang.String,java.lang.Object> params, SearchLookup lookup)
Methods inherited from interface org.elasticsearch.script.ScriptFactory
isResultDeterministic
-
Method Details
-
newFactory
TermsSetQueryScript.LeafFactory newFactory(java.util.Map<java.lang.String,java.lang.Object> params, SearchLookup lookup)
-