Solr 5.2+ using SSL and non-SSL ports
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: https://cwiki.apache.org/confluence/display/solr/Enabling+SSL But I am curious if there is a way to run Solr 5.2+ with both SSL (on port 8984 for example) and non-SSL (on standard point 8983). I have not come across instructions saying how this can be done. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-5-2-using-SSL-and-non-SSL-ports-tp4312859.html Sent from the Solr - User mailing list archive at Nabble.com.
passing a query to Solr ClusteringComponent handler
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.