Class DecayFunctionBase
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.ScoreFunctionBase
co.elastic.clients.elasticsearch._types.query_dsl.DecayFunctionBase
- All Implemented Interfaces:
JsonpSerializable
- Direct Known Subclasses:
DecayFunction
public abstract class DecayFunctionBase extends ScoreFunctionBase
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classDecayFunctionBase.AbstractBuilder<BuilderT extends DecayFunctionBase.AbstractBuilder<BuilderT>> -
Constructor Summary
Constructors Modifier Constructor Description protectedDecayFunctionBase(DecayFunctionBase.AbstractBuilder<?> builder) -
Method Summary
Modifier and Type Method Description MultiValueModemultiValueMode()API name:multi_value_modeprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static <BuilderT extends DecayFunctionBase.AbstractBuilder<BuilderT>>
voidsetupDecayFunctionBaseDeserializer(ObjectDeserializer<BuilderT> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.ScoreFunctionBase
filter, serialize, setupScoreFunctionBaseDeserializer, weightMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DecayFunctionBase
-
-
Method Details
-
multiValueMode
API name:multi_value_mode -
serializeInternal
- Overrides:
serializeInternalin classScoreFunctionBase
-
setupDecayFunctionBaseDeserializer
protected static <BuilderT extends DecayFunctionBase.AbstractBuilder<BuilderT>> void setupDecayFunctionBaseDeserializer(ObjectDeserializer<BuilderT> op)
-