Re: using rank queries(rq) with grouping in solr cloud

2017-12-18 Thread Diego Ceccarelli
Hi Tomerg, 1. Did you consider using the collapse component? https://lucene.apache.org/solr/guide/6_6/collapse-and-expand-results.html it is compatible with rq. 2. If you implement group reranking as a separate component you will end up with a lot of code duplicated from QueryComponent, you could

using rank queries(rq) with grouping in solr cloud

2017-12-15 Thread tomerg
hey, i'm using solr 6.5.1 with solrCloud mode. i use grouping for my results. i want to use rank query(rq) in order to rerank the top groups(with ltr). it's ok for me to rerank the groups only by reranking one of the documents in the group. i saw in issue SOLR-8776 that rank queries doesn't s