I suspect that the distributed searching is working just fine in both cases, but your querying isn't doing what you expect due to differences in the analysis chain. I'd recommend spending some time with the admin/analysis page to see what is actually being parsed.
And be aware that wildcards from 3.5 and below do not go through any analysis, so, for instance, iPo* will not match ipod since the case is different. Furthermore, you may be going through a different query parser, attaching &debugQuery=on would show you this. Best Erick On Thu, Dec 15, 2011 at 6:34 AM, ravicv <ravichandra...@gmail.com> wrote: > Hi I was able to do it by changing datatype of all field to textgen from > textTight. > I am not sure whats wrong with textTight datatype. > > Also can you please suggest me the best way to index huge database data. > Currently I tried with dataimporthandler and CVS import . But both are > giving almost similar performances. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Search-Across-Multiple-Cores-not-working-when-quering-on-specific-field-tp3585013p3588295.html > Sent from the Solr - User mailing list archive at Nabble.com.