I have a situation that getting response from two cores for a single request.

I need to use custom request handler to get the responses.

For Example:

core1 and core2 both are having the request handler namely "/abc".

If i use individually in the following way i am getting proper results.

http://localhost:1111/solr/core1/abc/suggest?s=abc

http://localhost:1111/solr/core2/abc/suggest?s=abc

But how can i write a single query to combine both the above queries.





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Sharding-for-Multi-Cores-tp4166434.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to