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 111d1f9 commit 8c317dfCopy full SHA for 8c317df
retail/interactive-tutorials/src/main/java/search/SearchWithQueryExpansionSpec.java
@@ -22,6 +22,8 @@
22
23
package search;
24
25
+// [START retail_search_for_products_with_query_expansion_specification]
26
+
27
import com.google.cloud.ServiceOptions;
28
import com.google.cloud.retail.v2.SearchRequest;
29
import com.google.cloud.retail.v2.SearchRequest.QueryExpansionSpec;
@@ -76,3 +78,5 @@ public static void searchResponse(String defaultSearchPlacementName) throws IOEx
76
78
}
77
79
80
81
82
+// [END retail_search_for_products_with_query_expansion_specification]
0 commit comments