java.lang.Object
org.elasticsearch.script.TermsSetQueryScript
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
A factory to construct statefulTermsSetQueryScript
factories for a specific index.static interface
A factory to constructTermsSetQueryScript
instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScriptContext<TermsSetQueryScript.Factory>
static final String[]
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TermsSetQueryScript
(Map<String, Object> params, SearchLookup lookup, org.apache.lucene.index.LeafReaderContext leafContext) -
Method Summary
Modifier and TypeMethodDescriptionabstract Number
execute()
Map<String,
ScriptDocValues<?>> getDoc()
The doc lookup for the Lucene segment this script was created for.Return the parameters for this script.long
Return the result as a long.void
setDocument
(int docid) Set the current document to run the script on next.
-
Field Details
-
PARAMETERS
-
CONTEXT
-
-
Constructor Details
-
TermsSetQueryScript
public TermsSetQueryScript(Map<String, Object> params, SearchLookup lookup, org.apache.lucene.index.LeafReaderContext leafContext) -
TermsSetQueryScript
protected TermsSetQueryScript()
-
-
Method Details
-
getParams
Return the parameters for this script. -
getDoc
The doc lookup for the Lucene segment this script was created for. -
setDocument
public void setDocument(int docid) Set the current document to run the script on next. -
runAsLong
public long runAsLong()Return the result as a long. This is used by aggregation scripts over long fields. -
execute
-