solr 中的分布式字段崩溃
我正在尝试在 solr 中实现分布式字段折叠。我尝试应用补丁 https://issues.apache.org/jira/browse/SOLR-第1683章 1683有办法做到这一点吗?
I am trying to achieve disrtibuted field collapsing in solr. I tried applying the patch https://issues.apache.org/jira/browse/SOLR-1683 but it didnt seem to work. Is there anyway to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它在4.0中实现,并将其称为“组”。
http://wiki.apache.org/solr/FieldCollapsing
It implements in 4.0, and called it as "group".
http://wiki.apache.org/solr/FieldCollapsing
我自己查看了这个补丁,它似乎是针对 FieldCollapsing 的较旧实现,其中查询参数在 Solr 4.0 中称为“collapse”而不是“group”
I have taken a look at this patch, myself, and it seems to be for an older implementation of FieldCollapsing, where the query parameters are called "collapse" instead of "group" in Solr 4.0