在 CloudSearch 中添加新的分析方案仍然没有 return 结果
Adding new analysis scheme in CloudSearch still doesn't return results
我想通过 AWS CloudSearch 控制台为文本搜索添加一些同义词和别名。我按照 Configuring Text Analysis Schemes for Amazon CloudSearch 中的说明进行操作,但测试搜索仍然与我的别名不匹配。
我配置了一个名为 default
的方案以及以下同义词 JSON:
{
"auto-tune": [
"autotune"
]
}
我错过了什么?
我遗漏了文档中的一个重要说明:
To use an analysis scheme, you must apply it to one or more text or text-array fields and rebuild the index. You can configure a field's analysis scheme from the Indexing Options page. To rebuild your index, click the Run Indexing button.
我想通过 AWS CloudSearch 控制台为文本搜索添加一些同义词和别名。我按照 Configuring Text Analysis Schemes for Amazon CloudSearch 中的说明进行操作,但测试搜索仍然与我的别名不匹配。
我配置了一个名为 default
的方案以及以下同义词 JSON:
{
"auto-tune": [
"autotune"
]
}
我错过了什么?
我遗漏了文档中的一个重要说明:
To use an analysis scheme, you must apply it to one or more text or text-array fields and rebuild the index. You can configure a field's analysis scheme from the Indexing Options page. To rebuild your index, click the Run Indexing button.