zio.elasticsearch.script.Script
See theScript companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
-
Self type
-
Members list
Sets the language used for analyzing the field values.
Sets the language used for analyzing the field values.
Value parameters
-
value
-
the language used for analyzing the field values.
Attributes
-
Returns
-
an instance of the zio.elasticsearch.script.Script enriched with the lang
parameter.
Adds additional parameters to a script field.
Adds additional parameters to a script field.
Value parameters
-
values
-
a sequence of pairs of parameter names and their values to be added to the script field
Attributes
-
Returns
-
an instance of the zio.elasticsearch.script.Script enriched with the params
parameter.