Hi,

I finally got shards work with multicore but now I am facing a different
issue. 

I have 2 seperate schema / data config files for each core. I also have
different unique id for each schema.xml file.  

I indexed both the cores and I was able to successfully search independently
on each core but when I used Shards, I didnt get what I expected. For ex:

http://localhost:8990/solr/core0/select?q=10000565 returned 1 row
http://localhost:8990/solr/core1/select?q=10000565 returned 1 row

When I tried this
http://localhost:8990/solr/core0/select/?q=10000565&shards=localhost:8990/solr/core0,localhost:8990/solr/core1

It again returned just one row.. but I would think that it should return 2
rows if I have different unique id for each document. 

Is there any configuration I need to do in order to make it searchable
across multiple indexex? any primary / slave configuration? any help would
be of great help to me.

Thanks a lot in advance.

Thanks,
Barani
-- 
View this message in context: 
http://old.nabble.com/Confused-with-Shards-multicore-search-results-tp27776478p27776478.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to