public sealed class SearchRequest.Types.QueryExpansionSpec : IMessage<SearchRequest.Types.QueryExpansionSpec>, IEquatable<SearchRequest.Types.QueryExpansionSpec>, IDeepCloneable<SearchRequest.Types.QueryExpansionSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class SearchRequest.Types.QueryExpansionSpec.
Specification to determine under which conditions query expansion should
occur.
public SearchRequest.Types.QueryExpansionSpec.Types.Condition Condition { get; set; }
The condition under which query expansion should occur. Default to
[Condition.DISABLED][google.cloud.retail.v2.SearchRequest.QueryExpansionSpec.Condition.DISABLED].
Whether to pin unexpanded results. If this field is set to true,
unexpanded products are always at the top of the search results, followed
by the expanded results.
[[["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 page provides documentation for the `SearchRequest.Types.QueryExpansionSpec` class within the Google Cloud Retail v2 API, detailing how to specify conditions for query expansion in search requests."],["The documentation includes information for multiple versions of the API, ranging from version 1.0.0 to the latest version 2.12.0, with version 2.11.0 being the current version in focus."],["The `QueryExpansionSpec` class allows developers to configure when query expansion should occur and whether unexpanded search results should be prioritized, with the default condition being disabled."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating comprehensive functionality."],["The page outlines the constructors and properties of the `QueryExpansionSpec` class, such as `Condition` and `PinUnexpandedResults`, which enable fine-grained control over the query expansion behavior."]]],[]]