Re: Custom Data Clustering

2013-06-10 Thread Raheel Hasan
I wounder how to do that shouldn't this already be part of Solr? Also, I read over then the Internet that it possible to use Mahout and Solr for this purpose so how to achieve that? On Sun, Jun 9, 2013 at 7:57 AM, Otis Gospodnetic wrote: > Hello, > > This sounds like a custom SearchCom

Re: Custom Data Clustering

2013-06-08 Thread Otis Gospodnetic
Hello, This sounds like a custom SearchComponent. Which clustering library you want to use or DIY is up to you, but go with the SearchComponent approach. You will still need to process N hits, but you won't need to first send them all over the wire. Otis -- Solr & ElasticSearch Support http://se

Custom Data Clustering

2013-06-07 Thread Raheel Hasan
Hi, Can someone please tell me if there is a way to have a custom *`clustering of the data`* from `solr` 'query' results? I am facing 2 issues currently: 1. The `*Carrot*` clustering only applies clustering to the "paged" results (i.e. in the current pagination's page results). 2. I need to ha