Hello, 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. Regards Medley