I have two Solr cores. 
Core0 and core1

Both cores are having same schema and configuration.
after indexing both cores data is retried from both cores individually

http://localhost:8983/solr/core0/select?q=fieldName:%22United%22
http://localhost:8983/solr/core1/select?q=fieldName:%22United%22

*Searching on both cores*

This url is working
http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=iPo*

but when i searched on a specific field than it is not working
http://localhost:8983/solr/core0/select?shards=localhost:8983/solr/core0,localhost:8983/solr/core1&q=mnemonic_value:"United";

Why distributed search is not working when i search on a particular field.?

Please help

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Search-Across-Multiple-Cores-not-working-when-quering-on-specific-field-tp3585013p3585013.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to