RE: Multiple Index creation

2008-05-07 Thread Lance Norskog
@lucene.apache.org Cc: [EMAIL PROTECTED] Subject: Re: Multiple Index creation Hi Vajinath, I believe you want multiple schemas. Take a look at http://wiki.apache.org/solr/MultiCore Note that this feature is available only with the Solr 1.3 trunk code. With Solr 1.2, you can have two instances of Tomcat or two

Re: Multiple Index creation

2008-05-06 Thread Shalin Shekhar Mangar
Hi Vajinath, I believe you want multiple schemas. Take a look at http://wiki.apache.org/solr/MultiCore Note that this feature is available only with the Solr 1.3 trunk code. With Solr 1.2, you can have two instances of Tomcat or two solr webapps deployed in one Tomcat instance. You can also thin