@@ -68,11 +68,11 @@ message SearchRequest {
6868 // Specifies how a facet is computed.
6969 message FacetKey {
7070 // Required. Supported textual and numerical facet keys in
71- // [Product][google.cloud.retail.v2 .Product] object, over which the facet
72- // values are computed. Facet key is case-sensitive.
71+ // [Product][google.cloud.retail.v2alpha .Product] object, over which the
72+ // facet values are computed. Facet key is case-sensitive.
7373 //
7474 // Allowed facet keys when
75- // [FacetKey.query][google.cloud.retail.v2 .SearchRequest.FacetSpec.FacetKey.query]
75+ // [FacetKey.query][google.cloud.retail.v2alpha .SearchRequest.FacetSpec.FacetKey.query]
7676 // is not specified:
7777 //
7878 // * textual_field =
@@ -291,10 +291,9 @@ message SearchRequest {
291291 //
292292 // * To boost products with product ID "product_1" or "product_2", and
293293 // color
294- // "Red" or "Blue":<br>
295- // *(id: ANY("product_1", "product_2"))<br>*
296- // *AND<br>*
297- // *(colorFamilies: ANY("Red", "Blue"))<br>*
294+ // "Red" or "Blue":
295+ // * (id: ANY("product_1", "product_2")) AND (colorFamilies:
296+ // ANY("Red","Blue"))
298297 string condition = 1 ;
299298
300299 // Strength of the condition boost, which should be in [-1, 1]. Negative
@@ -438,8 +437,7 @@ message SearchRequest {
438437
439438 // The filter syntax consists of an expression language for constructing a
440439 // predicate from one or more fields of the products being filtered. Filter
441- // expression is case-sensitive. See more details at this [user
442- // guide](/retail/private/docs/filter-and-order#filter).
440+ // expression is case-sensitive.
443441 //
444442 // If this field is unrecognizable, an INVALID_ARGUMENT is returned.
445443 string filter = 10 ;
@@ -458,9 +456,7 @@ message SearchRequest {
458456
459457 // The order in which products are returned. Products can be ordered by
460458 // a field in an [Product][google.cloud.retail.v2alpha.Product] object. Leave
461- // it unset if ordered by relevance. OrderBy expression is case-sensitive. See
462- // more details at this [user
463- // guide](/retail/private/docs/filter-and-order#order).
459+ // it unset if ordered by relevance. OrderBy expression is case-sensitive.
464460 //
465461 // If this field is unrecognizable, an INVALID_ARGUMENT is returned.
466462 string order_by = 11 ;
@@ -478,22 +474,19 @@ message SearchRequest {
478474 // support team if you are interested in using dynamic facet feature.
479475 DynamicFacetSpec dynamic_facet_spec = 21 ;
480476
481- // Boost specification to boost certain products. See more details at this
482- // [user guide](/retail/private/docs/boosting).
477+ // Boost specification to boost certain products.
483478 BoostSpec boost_spec = 13 ;
484479
485480 // The query expansion specification that specifies the conditions under which
486- // query expansion will occur. See more details at this [user
487- // guide](/retail/private/docs/result-size#query_expansion).
481+ // query expansion will occur..
488482 QueryExpansionSpec query_expansion_spec = 14 ;
489483
490484 // The relevance threshold of the search results.
491485 //
492486 // Defaults to
493487 // [RelevanceThreshold.HIGH][google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH],
494488 // which means only the most relevant results are shown, and the least number
495- // of results are returned. See more details at this [user
496- // guide](/retail/private/docs/result-size#relevance_thresholding).
489+ // of results are returned.
497490 RelevanceThreshold relevance_threshold = 15 ;
498491
499492 // The keys to fetch and rollup the matching
0 commit comments