update_index 后搜索结果重复(django haystack+whoosh)

发布于 2024-10-12 11:29:12 字数 187 浏览 2 评论 0原文

我使用 django-haystack 和 whoosh 作为后端。我按计划的时间间隔调用 update_index 命令,我注意到每次更新后我的搜索结果都包含大量重复的条目(例如,在 3 次 update_index 调用后,我有同一模型实例的 3 个重复项) 。

你遇到过这个问题吗?有什么想法如何解决吗?

I use django-haystack with whoosh as a backend. I call update_index command in a scheduled intervals and I've noticed that after each update my search results contains a lot of duplicated entries (eg. after 3 update_index calls I have 3 duplicates of the same model instance).

HAve you faced this problem? Any ideas how to solve it?

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

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

发布评论

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

评论(1

许你一世情深 2024-10-19 11:29:12

这与 whoosh 中的一些错误有关。
根据 Whoosh 作者的说法,现在已修复: https://bitbucket.org/mchaput/whoosh/issue/97/search-index-contains-a-lot-of-duplicates

This was related to some bugs in whoosh.
According to Whoosh author it is fixed now: https://bitbucket.org/mchaput/whoosh/issue/97/search-index-contains-a-lot-of-duplicates

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