Class BoostingQuery
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
co.elastic.clients.elasticsearch._types.query_dsl.BoostingQuery
- All Implemented Interfaces:
QueryVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class BoostingQuery extends QueryBase implements QueryVariant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoostingQuery.BuilderBuilder forBoostingQuery.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
QueryBase.AbstractBuilder<BuilderT extends QueryBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<BoostingQuery>_DESERIALIZERJson deserializer forBoostingQuery -
Constructor Summary
Constructors Constructor Description BoostingQuery(BoostingQuery.Builder builder)BoostingQuery(java.util.function.Function<BoostingQuery.Builder,BoostingQuery.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Queryvariant typeQuerynegative()Required - API name:negativedoublenegativeBoost()Required - API name:negative_boostQuerypositive()Required - API name:positiveprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupBoostingQueryDeserializer(DelegatingDeserializer<BoostingQuery.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.query_dsl.QueryBase
boost, queryName, serialize, setupQueryBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.query_dsl.QueryVariant
_toQuery
-
Field Details
-
_DESERIALIZER
Json deserializer forBoostingQuery
-
-
Constructor Details
-
BoostingQuery
-
BoostingQuery
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Queryvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
negativeBoost
public double negativeBoost()Required - API name:negative_boost -
negative
Required - API name:negative -
positive
Required - API name:positive -
serializeInternal
- Overrides:
serializeInternalin classQueryBase
-
setupBoostingQueryDeserializer
protected static void setupBoostingQueryDeserializer(DelegatingDeserializer<BoostingQuery.Builder> op)
-