You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DisplayName="Azure AI Search - Documents - Keyword - Standard",
24
-
Description="This scenario uses Azure AI Search to perform keyword search across the original documents. It uses the standard ('simple') search mode.",
DisplayName="Azure AI Search - Documents - Keyword - Semantic",
36
-
Description="This scenario uses Azure AI Search to perform keyword search across the original documents. It uses semantic ranking which returns more relevant results by applying language understanding to an initial search result.",
37
-
SearchRequest=newSearchRequest
38
-
{
39
-
Engine=EngineType.AzureCognitiveSearch,
40
-
SearchIndex=SearchIndexType.Documents,
41
-
QueryType=QueryType.TextSemantic
42
-
}
43
-
},
21
+
//{
22
+
// Id = "az-cognitivesearch-documents-keyword-standard",
// Description = "This scenario uses Azure AI Search to perform keyword search across the original documents. It uses the standard ('simple') search mode.",
25
+
// SearchRequest = new SearchRequest
26
+
// {
27
+
// Engine = EngineType.AzureCognitiveSearch,
28
+
// SearchIndex = SearchIndexType.Documents,
29
+
// QueryType = QueryType.TextStandard
30
+
// }
31
+
//},
32
+
//new SearchScenario
33
+
//{
34
+
// Id = "az-cognitivesearch-documents-keyword-semantic",
// Description = "This scenario uses Azure AI Search to perform keyword search across the original documents. It uses semantic ranking which returns more relevant results by applying language understanding to an initial search result.",
0 commit comments