multicore Vs multiple solr webapps

2010-05-27 Thread Antonello Mangone
Hi to all, I have a question for you ...
Can someone exaplain me the differences between a unique solr application
multicore and multiple solr webapps ???
Thank you all in advance


Re: multicore Vs multiple solr webapps

2010-05-27 Thread Ryan McKinley
The two approaches solve different needs.  In 'multicore' you have a
single webapp with multiple indexes.  This means they are all running
in the same JVM.  This may be an advantage or a disadvantage depending
on what you are doing.

ryan



On Thu, May 27, 2010 at 10:44 AM, Antonello Mangone
antonello.mang...@gmail.com wrote:
 Hi to all, I have a question for you ...
 Can someone exaplain me the differences between a unique solr application
 multicore and multiple solr webapps ???
 Thank you all in advance