The search mode of each search request.
Enums | |
---|---|
SEARCH_MODE_UNSPECIFIED
|
Default value. In this case both product search and faceted search will be performed. Both SearchResponse.SearchResult
and SearchResponse.Facet
will be returned. |
PRODUCT_SEARCH_ONLY
|
Only product search will be performed. The faceted search will be disabled. Only |
FACETED_SEARCH_ONLY
|
Only faceted search will be performed. The product search will be disabled. When in this mode, one or both of |
CONVERSATIONAL_SEARCH_ONLY
|
Only conversational search will be performed. Product search and other search modes will be disabled. Only |