Class QueryExpansionSpec (1.10.1)

QueryExpansionSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification to determine under which conditions query expansion should occur.

Attributes

NameDescription
condition google.cloud.retail_v2.types.SearchRequest.QueryExpansionSpec.Condition
The condition under which query expansion should occur. Default to Condition.DISABLED.
pin_unexpanded_results bool
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.

Inheritance

builtins.object > proto.message.Message > QueryExpansionSpec

Classes

Condition

Condition(value)

Enum describing under which condition query expansion should occur.