【发布时间】:2019-07-04 02:23:54
【问题描述】:
我正在尝试使用带有两个短语的 Azure 邻近搜索。有用。例如:
"unit test"~2 // returns all occurrences of unit and test within two words.
但是,我怎样才能在接近时使用精确的短语?例如,我需要在故事的 5 个单词内找到“单元测试”的匹配项。以下方法不起作用:
""unit test" story"~5
同样"unit test story"~5 不会返回正确的匹配项。
有什么想法吗?
谢谢。
【问题讨论】: