: We would like to use multiple jvm's to host solr cores but can not : because the queries ignore the jetty.port settings. The following is : they query generated using the admin interface, solr is running in jetty : under port 8080. : : http://solr-cluster-1.issuu.com:8983/solr/core0/select?q=*%3A*&wt=xml
can you please elaborate on what you mean... how exactly are you running solr? how are you configuring jetty? how are you executing the query? where did you see that URL? It sounds like you are asking about the Query form in the Admin UI. If i start Solr up in jetty using port 8080, and load the Admin UI query form... http://localhost:8080/solr/#/collection1/query Then when i click "Execute Query", the URL fetched by the UI is... http://localhost:8080/solr/collection1/select?q=*%3A*&wt=xml -Hoss