Re: Merging Solr Collections

2007-07-11 Thread Stu Hood
Wed, July 11, 2007 11:44 am To: solr-user@lucene.apache.org Subject: Re: Merging Solr Collections Hi Stu, You can simply take your N Lucene indices managed by your N Solr instances and merge them into 1 Lucene index. Then you can take your N Solr schema.xml's and solrconfig.xml'

Re: Merging Solr Collections

2007-07-11 Thread Otis Gospodnetic
Hi Stu, You can simply take your N Lucene indices managed by your N Solr instances and merge them into 1 Lucene index. Then you can take your N Solr schema.xml's and solrconfig.xml's and merge them into a single schema.xml and a single solrconfig.xml that act as a union of the previous N confi