如何获取搜索结果中出现的术语集?

发布于 2024-12-02 04:00:53 字数 212 浏览 4 评论 0原文

给定 solr 中索引文档的 id/url,我可以获得该文档包含/索引的术语集吗?

这是由 Luke 完成的,所以我怀疑 http://wiki.apache.org/solr/LukeRequestHandler可以帮忙,但我知道该怎么做。

Given the id/url of an indexed document in solr can I get the set of terms contained/indexed for that document?

This is done by Luke so I suspect http://wiki.apache.org/solr/LukeRequestHandler could help but I'm !sure how to do.

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

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

发布评论

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

评论(1

风吹雨成花 2024-12-09 04:00:53

如果您正在查找文档中某个字段的各个索引术语,则不能使用 LukeRequestHandler,因为它没有该功能。它可以显示索引配置和每个字段的热门术语,但不显示文档的索引术语。出于调试目的,当您无法直接针对索引使用 Luke 工具箱时,我建议您使用管理界面中的分析工具,您可以在其中指定字段和输入文本,它将向您显示分析器执行的所有步骤该特定字段和生成的标记。

If you are looking for the individual indexed terms for a field in a document you cannot use the LukeRequestHandler since it does not have that functionality. It can show you the index configuration and top terms per field but not the indexed terms for a document. For debugging purposes when you cannot use the Luke toolbox directly against your index I would advice you to use the Analysis tool in the admin interface where you can specify the field and the input text and it will show you all the steps performed by the analyzers for that specific field and the resulting tokens.

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