We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222f058 commit b7238d5Copy full SHA for b7238d5
retail/interactive-tutorials/src/main/java/search/SearchWithBoostSpec.java
@@ -21,6 +21,8 @@
21
22
package search;
23
24
+// [START retail_search_product_with_boost_spec]
25
+
26
import com.google.cloud.ServiceOptions;
27
import com.google.cloud.retail.v2.SearchRequest;
28
import com.google.cloud.retail.v2.SearchRequest.BoostSpec;
@@ -79,3 +81,4 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
79
81
}
80
82
83
84
+// [END retail_search_product_with_boost_spec]
0 commit comments