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=*


On Thu, Aug 6, 2020 at 7:59 PM gnandre <arnoldbron...@gmail.com> wrote:

> 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.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards=
> localhost:8983  /solr/another_core&fl=*
>
> This is a master-slave setup and not a cloud setup.
>

Reply via email to