Solr 5.2+ using SSL and non-SSL ports

2017-01-06 Thread dhelm
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

passing a query to Solr ClusteringComponent handler

2013-01-10 Thread dhelm
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