Uses of Class
org.elasticsearch.script.ScriptType
-
Packages that use ScriptType Package Description org.elasticsearch.action.update org.elasticsearch.script org.elasticsearch.script.mustache -
-
Uses of ScriptType in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return ScriptType Modifier and Type Method Description ScriptTypeUpdateRequest. scriptType()Deprecated.UseUpdateRequest.script()insteadMethods in org.elasticsearch.action.update with parameters of type ScriptType Modifier and Type Method Description UpdateRequestUpdateRequest. script(String script, String scriptLang, ScriptType scriptType, Map<String,Object> scriptParams)Deprecated.UseUpdateRequest.script(Script)insteadUpdateRequestUpdateRequest. script(String script, ScriptType scriptType)Deprecated.UseUpdateRequest.script(Script)insteadUpdateRequestUpdateRequest. script(String script, ScriptType scriptType, Map<String,Object> scriptParams)Deprecated.UseUpdateRequest.script(Script)instead -
Uses of ScriptType in org.elasticsearch.script
Fields in org.elasticsearch.script declared as ScriptType Modifier and Type Field Description static ScriptTypeScript. DEFAULT_SCRIPT_TYPEThe defaultScriptType.Methods in org.elasticsearch.script that return ScriptType Modifier and Type Method Description ScriptTypeScript. getType()static ScriptTypeScriptType. readFrom(StreamInput in)Reads an int from the input stream and converts it to aScriptType.static ScriptTypeScriptType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScriptType[]ScriptType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.script with parameters of type ScriptType Modifier and Type Method Description booleanScriptService. isTypeEnabled(ScriptType scriptType)Constructors in org.elasticsearch.script with parameters of type ScriptType Constructor Description Script(ScriptType type, String lang, String idOrCode, Map<String,Object> params)Constructor for a script that does not need to use compiler options.Script(ScriptType type, String lang, String idOrCode, Map<String,String> options, Map<String,Object> params)Constructor for a script that requires the use of compiler options. -
Uses of ScriptType in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache that return ScriptType Modifier and Type Method Description ScriptTypeSearchTemplateRequest. getScriptType()Methods in org.elasticsearch.script.mustache with parameters of type ScriptType Modifier and Type Method Description voidSearchTemplateRequest. setScriptType(ScriptType scriptType)SearchTemplateRequestBuilderSearchTemplateRequestBuilder. setScriptType(ScriptType scriptType)
-