Uses of Enum Class
org.springframework.data.elasticsearch.core.ScriptType
Packages that use ScriptType
Package
Description
-
Uses of ScriptType in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ScriptTypeModifier and TypeMethodDescriptionstatic 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. -
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.Methods in org.springframework.data.elasticsearch.core.query with parameters of type ScriptTypeConstructors 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.