【发布时间】:2017-10-10 14:57:49
【问题描述】:
我需要有关 Azure 文档搜索的技术帮助
在我的示例代码下方
`var searchText = "好阶段"
var searchData = indexClient.Documents.Search(searchText,searchParameters)`
我需要知道这个文档搜索是 searchText = "Good Phase"
azure 文档如何对待这个“Good Phase”进行搜索
表示喜欢
1:- 良好的 AND 阶段(使用 AND 运算符)
2:- 良好的 OR 阶段(使用 OR 运算符)
【问题讨论】:
标签: azure azure-cognitive-search