Skip to content

Commit ec3f139

Browse files
Google APIscopybara-github
authored andcommitted
docs: remove private links as these are public-facing docs
PiperOrigin-RevId: 387823959
1 parent 558bdfe commit ec3f139

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

google/cloud/retail/v2alpha/search_service.proto

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,7 @@ message SearchRequest {
570570

571571
// The filter syntax consists of an expression language for constructing a
572572
// predicate from one or more fields of the products being filtered. Filter
573-
// expression is case-sensitive. See more details at this [user
574-
// guide](/retail/private/docs/filter-and-order#filter).
573+
// expression is case-sensitive.
575574
//
576575
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
577576
string filter = 10;
@@ -590,9 +589,7 @@ message SearchRequest {
590589

591590
// The order in which products are returned. Products can be ordered by
592591
// a field in an [Product][google.cloud.retail.v2alpha.Product] object. Leave
593-
// it unset if ordered by relevance. OrderBy expression is case-sensitive. See
594-
// more details at this [user
595-
// guide](/retail/private/docs/filter-and-order#order).
592+
// it unset if ordered by relevance. OrderBy expression is case-sensitive.
596593
//
597594
// If this field is unrecognizable, an INVALID_ARGUMENT is returned.
598595
string order_by = 11;
@@ -611,22 +608,19 @@ message SearchRequest {
611608
// facet feature.
612609
DynamicFacetSpec dynamic_facet_spec = 21;
613610

614-
// Boost specification to boost certain products. See more details at this
615-
// [user guide](/retail/private/docs/boosting).
611+
// Boost specification to boost certain products.
616612
BoostSpec boost_spec = 13;
617613

618614
// The query expansion specification that specifies the conditions under which
619-
// query expansion will occur. See more details at this [user
620-
// guide](/retail/private/docs/result-size#query_expansion).
615+
// query expansion will occur.
621616
QueryExpansionSpec query_expansion_spec = 14;
622617

623618
// The relevance threshold of the search results.
624619
//
625620
// Defaults to
626621
// [RelevanceThreshold.HIGH][google.cloud.retail.v2alpha.SearchRequest.RelevanceThreshold.HIGH],
627622
// which means only the most relevant results are shown, and the least number
628-
// of results are returned. See more details at this [user
629-
// guide](/retail/private/docs/result-size#relevance_thresholding).
623+
// of results are returned.
630624
RelevanceThreshold relevance_threshold = 15;
631625

632626
// The keys to fetch and rollup the matching

0 commit comments

Comments
 (0)