Martin, Look into MultiCore (new stuff, some info on the Wiki) or into running multiple Solrs inside a single JVM. We just did this with Jetty 6.1.6 for a client and it works beautifully. This is also documented on the Wiki.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- From: "Owens, Martin" <[EMAIL PROTECTED]> To: "Owens, Martin" <[EMAIL PROTECTED]>; solr-user@lucene.apache.org Sent: Tuesday, December 11, 2007 4:01:53 PM Subject: Solr, Multiple processes running Hello everyone, The system we're moving from (dtSearch) allows each of our clients to have a search index. So far I have yet to find the options required to set this, it seems I can only set the directory path before run time. Each of the indexes uses the same schema, same configuration just different data in each; what kind of performance penalty would I have from running a new solr instance per required database? what is the best way to track what port or what index is being used? would I be able to run 1,000 or more solr instances without performance degradation? Thanks for your help. Best regards, Martin Owens