Skip to content

Commit b7238d5

Browse files
rebeccaellisglasnt
andauthored
fix(retail): add region tag for Java - search product with boost spec (#10121)
* Update SearchWithPagination.java * Update SearchWithBoostSpec.java --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 222f058 commit b7238d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

retail/interactive-tutorials/src/main/java/search/SearchWithBoostSpec.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
package search;
2323

24+
// [START retail_search_product_with_boost_spec]
25+
2426
import com.google.cloud.ServiceOptions;
2527
import com.google.cloud.retail.v2.SearchRequest;
2628
import com.google.cloud.retail.v2.SearchRequest.BoostSpec;
@@ -79,3 +81,4 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
7981
}
8082
}
8183
}
84+
// [END retail_search_product_with_boost_spec]

0 commit comments

Comments
 (0)