I recently configured a Solr 4.0 instance with the Carrot2 ClusteringComponent handler as specified here:
http://wiki.apache.org/solr/ClusteringComponent If I run a query like: http://myhost/solr/mycollection/clustering?q=*.*&rows=100 I receive (in XML) the document hits followed by the clusters. But if I change the query "q" as follows nothing is returned: http://myhost/solr/mycollection/clustering?q=car&rows=100 I assume that a specific query can be passed to the handler? I set query to terms that are definitely in the Solr index. Queries that return when running Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/passing-a-query-to-Solr-ClusteringComponent-handler-tp4032355.html Sent from the Solr - User mailing list archive at Nabble.com.