Hi list,

I have set up two cores (=collections):

http://localhost:8983/solr/core0
http://localhost:8983/solr/core1

In addition the following has been set up:
http://localhost:8984/solr/core0
http://localhost:8984/solr/core1

I'm trying to query the first via the second like this:

http://localhost:8984/solr/core1/select?q=test&shards=localhost:8983/solr/core0

But an error comes as a response:

"Server at http://localhost:8983/solr returned non ok status:404,
message:Not Found"

What am I doing wrong?

Thanks,
Dmitry

Reply via email to