Medley created SOLR-4946:
----------------------------
Summary: Solr shards and (reverse) proxy
Key: SOLR-4946
URL: https://issues.apache.org/jira/browse/SOLR-4946
Project: Solr
Issue Type: Improvement
Affects Versions: 3.6.1
Reporter: Medley
I have this kind of url :
"http://remoteserver/solr/leg0/select/?rows=10&version=2&fl=*
&shards=
remoteserver:80/solr/core0,
...
remoteserver:80/solr/core5,
...
remoteserver:80/solr/core9
&..........
There is only ONE Solr instance with multiple cores (core0 to core9) on the
same server.
I would like to know if it exists in Solr configuration files a mechanism that
makes the shard requests called locally on the server because it is the same
url and not to pass again through the (reverse) proxy in our case.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]