Has anyone looked into using carrot2 clustering with solr?
I know this is integrated with nutch: http://lucene.apache.org/nutch/apidocs/org/apache/nutch/clustering/carrot2/Clusterer.html It looks like carrot has support to read results from a solr index: http://demo.carrot2.org/head/api/org/carrot2/input/solr/package-summary.html But I'm hoping for something that returns clustered results from solr. Carrot also has something to read lucene indexes: http://demo.carrot2.org/head/api/org/carrot2/input/lucene/package-summary.html Any pointers or experience before I (may) delve into this? ryan