Are all the documents in the same search space? That is, for a given
query, could any of the 10MM docs be returned?
If so, I don't think you need to worry about multicore. You may
however need to put part of the index on various machines:
http://wiki.apache.org/solr/DistributedSearch
ryan
On Nov 17, 2008, at 3:47 AM, Raghunandan Rao wrote:
Hi,
I have an app running on weblogic and oracle. Oracle DB is quite huge;
say some 10 millions of records. I need to integrate Solr for this
and I
am planning to use multicore. How can multicore feature can be at the
best?
-Raghu