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