Class ScriptScoreFunction
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.ScriptScoreFunction
- All Implemented Interfaces:
FunctionScoreVariant,JsonpSerializable
@JsonpDeserializable public class ScriptScoreFunction extends java.lang.Object implements FunctionScoreVariant, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScriptScoreFunction.BuilderBuilder forScriptScoreFunction. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ScriptScoreFunction>_DESERIALIZERJson deserializer forScriptScoreFunction -
Method Summary
Modifier and Type Method Description FunctionScore.Kind_functionScoreKind()FunctionScore variant kind.static ScriptScoreFunctionof(java.util.function.Function<ScriptScoreFunction.Builder,ObjectBuilder<ScriptScoreFunction>> fn)Scriptscript()Required - API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupScriptScoreFunctionDeserializer(ObjectDeserializer<ScriptScoreFunction.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.FunctionScoreVariant
_toFunctionScore
-
Field Details
-
_DESERIALIZER
Json deserializer forScriptScoreFunction
-
-
Method Details
-
of
public static ScriptScoreFunction of(java.util.function.Function<ScriptScoreFunction.Builder,ObjectBuilder<ScriptScoreFunction>> fn) -
_functionScoreKind
FunctionScore variant kind.- Specified by:
_functionScoreKindin interfaceFunctionScoreVariant
-
script
Required - API name:script -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupScriptScoreFunctionDeserializer
protected static void setupScriptScoreFunctionDeserializer(ObjectDeserializer<ScriptScoreFunction.Builder> op)
-