Re: How to use solr clustering to show in search results

2011-07-01 Thread Stanislaw Osinski
The docs array contained in each cluster contains ids of documents belonging to the cluster, so for each id you need to look up the document's content, which comes earlier in the response (in the response/docs array). Cheers, Staszek On Thu, Jun 30, 2011 at 11:50, Romi romijain3...@gmail.com

How to use solr clustering to show in search results

2011-06-30 Thread Romi
wanted to use clustering in my search results, i configured solr for clustering and i got following json for clusters. But i am not getting how to use it to show in search results. as corresponding to one doc i have number of fields and up till now i am showing name, description and id. now in