Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread Shawn Heisey
On 8/6/2020 6:03 PM, gnandre wrote: Please ignore the space between. I have updated the calls by removing space below: http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= my.domain.com/solr/another_core&fl=* http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= loc

Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread gnandre
Please ignore the space between. I have updated the calls by removing space below: http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= my.domain.com/solr/another_core&fl=* http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= localhost:8983/solr/another_core&fl=* O

Re: Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread Shawn Heisey
On 8/6/2020 5:59 PM, gnandre wrote: http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= my.domain.com /solr/another_core&fl=* Ir does not work in Solr 8.5.2 anymore unless I pass localhost instead of my domain in shards param value as follows: http://my.domain.com/solr/core/selec

Solr 8.5.2 - Solr shards param does not work without localhost

2020-08-06 Thread gnandre
Hi, In Solr 6.3 I was able to use following shards query: http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards= my.domain.com /solr/another_core&fl=* Ir does not work in Solr 8.5.2 anymore unless I pass localhost instead of my domain in shards param value as follows: http://my.doma