I too am using 1.3. They way you specified shards is correct.

For instance, I normally make the request to core0, and in the shards
parameter, I put the addresses of both core0 and core1. I am using Tomcat
though, so that may be different...

Is there anything in the logs that strikes you as odd when you query across
multiple shards?


KennyN wrote:
> 
> Thanks for the reply ahammad, that helps. Are you specifying them both in
> a URL, or in the <str
> name="shards">localhost:8983/solr/core0,localhost:8983/solr/core1</str>
> like I have? 
> 
> I should add that I now have two indices that have different data in them.
> That is to say the ids are unique across both shards and I am still seeing
> this issue...
> 
> I should also note that this is Solr 1.3, I don't think I mentioned that
> before.
> 
> 
> ahammad wrote:
>> 
>> I have a multicore setup as well, and when I query something, I do it
>> through core0, then specify both core0 and core1 ins the "shards"
>> parameter.
>> 
>> However, I don't have identical indicies. The results I get back are
>> basically and addition of both cores' results.
>> 
>> Good luck, please reply to this message if you have it figured out, I am
>> curious to know what's going on.
>> 
>> Regards
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Multicore-Solr-not-returning-expects-results-from-search-tp23623975p23730420.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to