如何获取 solr 术语频率?

发布于 2024-09-26 22:04:38 字数 91 浏览 5 评论 0原文

我有一个问题,如何才能像我们通过以下方法在 lucene 中获得术语频率一样 DocFreq(new Term("字段", "值"));使用 solr/solrnet。

I have a question that how could somebody get term frequency as we do get in lucene by the following method
DocFreq(new Term("Field", "value")); using solr/solrnet.

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

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

发布评论

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

评论(1

叶落知秋 2024-10-03 22:04:38

尝试 debugQuery=onTermsComponent。目前 SolrNet 不支持它们,因此您可以解决它,或者实现它们并将它们贡献给项目。

Try debugQuery=on or TermsComponent. None of them are currently supported through SolrNet, so you can either work around it, or implement them and contribute them to the project.

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