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