Uses of Enum Class
org.springframework.data.elasticsearch.core.query.ScriptType
Packages that use ScriptType
-
Uses of ScriptType in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return ScriptTypeModifier and TypeMethodDescriptionUpdateQuery.getScriptType()ScriptData.type()Returns the value of thetyperecord component.static ScriptTypeReturns the enum constant of this class with the specified name.static ScriptType[]ScriptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query with parameters of type ScriptTypeModifier and TypeMethodDescriptionstatic ScriptDataScriptData.of(ScriptType type, String language, String script, String scriptName, Map<String, Object> params) UpdateQuery.Builder.withScriptType(ScriptType scriptType) ScriptData.Builder.withType(ScriptType type) Constructors in org.springframework.data.elasticsearch.core.query with parameters of type ScriptTypeModifierConstructorDescriptionScriptData(ScriptType type, String language, String script, String scriptName, Map<String, Object> params) Creates an instance of aScriptDatarecord class.