Class QueryBooster
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.QueryBase
org.alfresco.repo.search.impl.elasticsearch.query.language.afts.QueryBooster
- All Implemented Interfaces:
org.opensearch.client.json.JsonpSerializable,org.opensearch.client.json.PlainJsonSerializable
public class QueryBooster
extends org.opensearch.client.opensearch._types.query_dsl.QueryBase
Helper class to add a boost to a query.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase
org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<BuilderT extends org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<BuilderT>> -
Method Summary
Modifier and TypeMethodDescriptionstatic org.opensearch.client.opensearch._types.query_dsl.Queryboost(org.opensearch.client.opensearch._types.query_dsl.Query query, float boost) Methods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase
boost, queryName, serialize, serializeInternal, setupQueryBaseDeserializer, toBuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Method Details
-
boost
public static org.opensearch.client.opensearch._types.query_dsl.Query boost(org.opensearch.client.opensearch._types.query_dsl.Query query, float boost)
-