update_index 后搜索结果重复(django haystack+whoosh)
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这与 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