Solr分组分页
我使用 Solr 3.3,并尝试对字段“结果”进行分组。
它工作正常,但我不知道分页结果如何。
参数“numFound”包含没有分组的结果数,因此参数“row”和“start”没有用。
有解决办法吗?
谢谢。
I use Solr 3.3 and i try to group result on field "result".
It works fine but i don't know how paginate results.
Parameter "numFound" contains number of result whithout grouping, so parameters "row" and "start" are not useful.
is there a solution ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解你的问题,但是在这里你可以看到分组是如何进行的处理,我想你必须查看并尝试 group.ngroups,行并开始,
如果你要分面然后想要分页,那么这是不可能的
i'm not sure i understood your question, but here you can see how the grouping is handled, and i guess you'll have to look and try to group.ngroups, rows and start, to have a custom paginator
if you're faceting then want to paginate, then this is not possible