Re: what is solr clustering component

2011-06-29 Thread Stanislaw Osinski
> > and my second question is does clustering effect indexes. > No, it doesn't. Clustering is performed only on the search results produced by Solr, it doesn't change anything in the index. Cheers, Staszek

Re: what is solr clustering component

2011-06-29 Thread Romi
thanks iorixxx, i changed my configuration to include clustering in search results. in my xml format search results i got a tag , to show this clusters in to search results do i need to parse this xml. and my second question is does clustering effect indexes. - Thanks & Regards Romi -- View t

Re: what is solr clustering component

2011-06-29 Thread Ahmet Arslan
> I just went through solr wiki page > for clustering. But i am not getting what > is the benefit of using clustering. Can anyone tell me what > is actually > clusering and what its use in indexing and searching. > does it effect search results?? > Please reply It is for search result clustering.