如何向 SOLR SE 添加更多同义词?

发布于 2024-12-05 08:02:14 字数 142 浏览 2 评论 0原文

我的应用程序与医疗保健相关,因此我希望使用“heart”的查询也能带来包含“cardiac”的结果
这只是一个例子,我还有更多同义词需要加载。

如何向 SOLR 传授这些同义词?

My application is related to health care, so I would like to have queries that use "heart" to also bring results that include "cardiac"
That is just an example, I have many more synonyms I need to load.

How does SOLR can be taught about those synonyms?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨后咖啡店 2024-12-12 08:02:14

请参阅 SOLR 文档,您需要在架构中的字段上创建 SynonymFilter,然后定义 synonyms.txt 文件来定义所有同义词,文件的格式在文档中最详细,因此我不会去进入这里。

http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

See the SOLR documentation, you'll want to create a SynonymFilter on a Field in your schema, and then define a synonyms.txt file to define all your synonyms, formatting of the file is detailed best in the docs so I won't go into it here.

http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文