public sealed class BoostSpec : IMessage<SearchRequest.Types.BoostSpec>, IEquatable<SearchRequest.Types.BoostSpec>, IDeepCloneable<SearchRequest.Types.BoostSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SearchRequest.Types.BoostSpec.
public RepeatedField<SearchRequest.Types.BoostSpec.Types.ConditionBoostSpec> ConditionBoostSpecs { get; }
Condition boost specifications. If a product 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.
Whether to skip boostspec validation. If this field is set to true,
invalid
[BoostSpec.condition_boost_specs][google.cloud.retail.v2.SearchRequest.BoostSpec.condition_boost_specs]
will be ignored and valid
[BoostSpec.condition_boost_specs][google.cloud.retail.v2.SearchRequest.BoostSpec.condition_boost_specs]
will still be applied.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eSearchRequest.Types.BoostSpec\u003c/code\u003e class within the Google Cloud Retail v2 API, detailing its usage for boosting certain items in search results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoostSpec\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Retail.V2\u003c/code\u003e namespace, allows for the specification of conditions under which items should receive a boost in ranking, and can have a maximum of 20 specifications.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers a property called \u003ccode\u003eConditionBoostSpecs\u003c/code\u003e, which is a list of \u003ccode\u003eConditionBoostSpec\u003c/code\u003e objects used to define the boost conditions, and if multiple conditions are met, their boost values are combined.\u003c/p\u003e\n"],["\u003cp\u003eThere is also a \u003ccode\u003eSkipBoostSpecValidation\u003c/code\u003e boolean property which allows users to skip validation of the boost specification, making sure that invalid specifications are ignored, while still applying valid ones.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBoostSpec\u003c/code\u003e class is available in multiple versions of the Retail API, from version 1.0.0 up to the latest version 2.12.0, with direct links to each.\u003c/p\u003e\n"]]],[],null,[]]