public sealed class SearchRequest.Types.BoostSpec : IMessage<SearchRequest.Types.BoostSpec>, IEquatable<SearchRequest.Types.BoostSpec>, IDeepCloneable<SearchRequest.Types.BoostSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class SearchRequest.Types.BoostSpec.
public RepeatedField<SearchRequest.Types.BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }
Condition boost specifications. If a document matches multiple conditions
in the specifictions, boost scores from these specifications are all
applied and combined in a non-linear way. Maximum number of
specifications is 20.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `SearchRequest.Types.BoostSpec` class within the Google Cloud Discovery Engine v1 API, version 1.0.0-beta06."],["`SearchRequest.Types.BoostSpec` is used to specify how to boost certain documents in search results, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and includes properties such as `ConditionBoostSpecs`, which allows for a maximum of 20 condition boost specifications to be defined."],["The latest stable version of the API is 1.6.0, with multiple prior versions also documented in this webpage."],["It is in the `Google.Cloud.DiscoveryEngine.V1` namespace and is part of the Google.Cloud.DiscoveryEngine.V1.dll assembly."]]],[]]