Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - Multiple schemas?


Copy link to this message
-
Re: Multiple schemas?
Yonik Seeley 2008-03-27, 21:04
On Thu, Mar 27, 2008 at 4:56 PM, Otis Gospodnetic
<[EMAIL PROTECTED]> wrote:
> Or use the JNDI approach that's described on the Wiki.  I've used it with Jetty and it works nicely.  Multiple webapp contexts, multiple Solr indices, but a single JVM.

With multiple smaller collections, one might want this (or multicore).
If the collections are big, it's best to use a separate JVM.  Among
other benefits, GC pause times will be shorter for a smaller heap.

-Yonik