Re: Generating a document by group count and displaying the result

2015-09-17 Thread Sreekant Sreedharan
The solution we came up with is to do a faceted search and use a stylesheet to 'flatten' the result. -- View this message in context: http://lucene.472066.n3.nabble.com/Generating-a-document-by-group-count-and-displaying-the-result-tp4229183p4229712.html Sent from the Solr - User mailing list a

Re: Generating a document by group count and displaying the result

2015-09-16 Thread Ronald Xiao
Solr Grouping is unlike to generate the response like that directly. Solr group response result is grouped by field, while you want FLAT format result. Flattern result self should be easy task, but may cause another problem, how to control Navigation/Pagination behavior? that depends on your appli

Re: Generating a document by group count and displaying the result

2015-09-16 Thread Erick Erickson
Have you looked at the group by options? See: https://cwiki.apache.org/confluence/display/solr/Result+Grouping Best, Erick On Tue, Sep 15, 2015 at 5:00 AM, Sreekant Sreedharan wrote: > I have a requirement to group documents by count based on a particular field: > > So for example if you have th