You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Medley (JIRA)" <ji...@apache.org> on 2013/06/21 09:54:20 UTC

[jira] [Created] (SOLR-4946) Solr shards and (reverse) proxy

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org