Class RankFeatureFunctionLogarithm
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunctionLogarithm
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class RankFeatureFunctionLogarithm
extends RankFeatureFunction
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
RankFeatureFunction.AbstractBuilder<BuilderT extends RankFeatureFunction.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RankFeatureFunctionLogarithm>Json deserializer forRankFeatureFunctionLogarithm -
Method Summary
Modifier and TypeMethodDescriptionstatic RankFeatureFunctionLogarithmfinal floatRequired - API name:scaling_factorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupRankFeatureFunctionLogarithmDeserializer(ObjectDeserializer<RankFeatureFunctionLogarithm.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRankFeatureFunctionLogarithm
-
-
Method Details
-
of
-
scalingFactor
public final float scalingFactor()Required - API name:scaling_factor -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRankFeatureFunctionLogarithmDeserializer
protected static void setupRankFeatureFunctionLogarithmDeserializer(ObjectDeserializer<RankFeatureFunctionLogarithm.Builder> op)
-