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-31 UTC."],[[["This document provides reference information for the `SearchRequest.Types.BoostSpec` class within the Discovery Engine v1 API, specifically version 1.2.0."],["`SearchRequest.Types.BoostSpec` is designed to boost certain documents during search operations and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and includes constructors for creating a new `BoostSpec` or copying an existing one."],["The main property of `SearchRequest.Types.BoostSpec` is `ConditionBoostSpecs`, which is a `RepeatedField` that can hold up to 20 condition boost specifications to apply to matching documents."],["The latest version available is 1.6.0 and it is one of 7 versions available, including a beta."]]],[]]