Class RankFeatureFunctionLogarithm.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<RankFeatureFunctionLogarithm.Builder>
co.elastic.clients.elasticsearch._types.query_dsl.RankFeatureFunctionLogarithm.Builder
- All Implemented Interfaces:
WithJson<RankFeatureFunctionLogarithm.Builder>,ObjectBuilder<RankFeatureFunctionLogarithm>
- Enclosing class:
- RankFeatureFunctionLogarithm
public static class RankFeatureFunctionLogarithm.Builder extends WithJsonObjectBuilderBase<RankFeatureFunctionLogarithm.Builder> implements ObjectBuilder<RankFeatureFunctionLogarithm>
Builder for
RankFeatureFunctionLogarithm.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description RankFeatureFunctionLogarithmbuild()Builds aRankFeatureFunctionLogarithm.RankFeatureFunctionLogarithm.BuilderscalingFactor(float value)Required - API name:scaling_factorprotected RankFeatureFunctionLogarithm.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scalingFactor
Required - API name:scaling_factor -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<RankFeatureFunctionLogarithm.Builder>
-
build
Builds aRankFeatureFunctionLogarithm.- Specified by:
buildin interfaceObjectBuilder<RankFeatureFunctionLogarithm>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-