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/select?q=*:*&start=0&rows=10&shards=
localhost:8983  /solr/another_core&fl=*

This is a master-slave setup and not a cloud setup.

I've set up sharded indexes without SolrCloud before, and I've never used "localhost". Always used FQDN.

When you try it using the name, what shows up in your solr logfile? I would assume you're getting some kind of error. Can you share it? It is likely to be many lines long.

Thanks,
Shawn

Reply via email to