Class RankFeatureFunctionLinear
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunctionLinear
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class RankFeatureFunctionLinear extends RankFeatureFunction implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRankFeatureFunctionLinear.BuilderNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunction
RankFeatureFunction.AbstractBuilder<BuilderT extends RankFeatureFunction.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RankFeatureFunctionLinear>_DESERIALIZERstatic RankFeatureFunctionLinear_INSTANCESingleton instance for empty classRankFeatureFunctionLinear. -
Constructor Summary
Constructors Constructor Description RankFeatureFunctionLinear() -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_INSTANCE
Singleton instance for empty classRankFeatureFunctionLinear. -
_DESERIALIZER
-
-
Constructor Details
-
RankFeatureFunctionLinear
public RankFeatureFunctionLinear()
-
-
Method Details
-
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-