You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Otis Gospodnetic <ot...@yahoo.com> on 2007/11/30 19:43:21 UTC

Multi-core Solr Wiki docs?

Hi,

I was looking for the Wiki docs about the multi-core stuff Henri contributed, but couldn't find any.  Do we just not have that yet?

I found http://wiki.apache.org/solr/MultipleIndexes , but that's "the old way".


Thanks,
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch



Re: Multi-core Solr Wiki docs?

Posted by Ryan McKinley <ry...@gmail.com>.
Otis Gospodnetic wrote:
> Hi,
> 
> I was looking for the Wiki docs about the multi-core stuff Henri contributed, but couldn't find any.  Do we just not have that yet?
> 
> I found http://wiki.apache.org/solr/MultipleIndexes , but that's "the old way".
> 

Currently it is only possible programmatically.  Check SOLR-350 for a 
patch that lets you configure multiple cores externally.  If you have 
any suggestions, that would be great!

The only changes that have been committed is that SolrCore/Config are no 
longer a static singletons (SOLR-215) and all the initialization changes 
required to make this work.

Also, I don't think http://wiki.apache.org/solr/MultipleIndexes is 
necessarily the "old way"  In many cases, that may still be a better 
option to run each index in its own servlet context...

ryan