Previously I have configured Solr 4.x deployments with both SSL (https) and
non-SSL (http) via Jetty configurations. I know the way to configure SSL in
Solr 5.2+ has changed. I followed these instructions and was able to
successfully configure a standalone Solr instance for SSL on port 8984:
ht
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 followe