On Thu, Mar 27, 2008 at 3:47 PM, tim robertson <[EMAIL PROTECTED]> wrote: > Would I be correct in thinking that for each schema I want, I need a new > SOLR instance running?
For different search collections, it's generally best to run a separate Solr instance. If you need to run multiple in the same servlet container, or need automated creation of collections, the multicore feature might be what you are looking for. -Yonik