You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Ravi Solr <ra...@gmail.com> on 2016/10/02 11:53:22 UTC

Custom collectors for grouping

All,

Business needs changes to the groping functionality (using  solr 5.4.)
The changes are passing passing couple of extra params for sorting ,
changes to collector for sorting mechanism(user species the field and the
3/4 values in which documents are sorted in the order of preference and
with other criteria), regrouping of the documents in response.

I am looking for guidance in wiring the new custom collector with the
default search request handler.  Also any suggestions for which collector
is recommended for changes?
Any other suggestions for making the code optimal for performance?


Thanks
Ravi