The idea behind multicore is that you will use them if you have completely different type of documents (basically multiple schemas). You might want to look at Distributed Search which allows for sharding of the data on multiple servers and searching them all.
http://wiki.apache.org/solr/DistributedSearch On Thu, Nov 6, 2008 at 12:51 PM, gurudev <[EMAIL PROTECTED]> wrote: > > I have been reading the SOLR 1.3 wiki, which says that to fetch documents > from each cores in a multi-cores setup we need to request each core > independently. > > What i was under impression that SOLR multi-core feature might be using > lucene's multisearcher to search among multiple cores. > > Anyone with clarification :) > -- > View this message in context: > http://www.nabble.com/Search-in-SOLR-multi-cores-in-a-single-request-tp20356173p20356173.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.