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
ED]> To: solr-user@lucene.apache.org Sent: Wednesday, July 11, 2007 5:02:07 PM Subject: Merging Solr Collections Hello, I'm considering using embedded Solr in a distributed manner, such that an intermediate result will be N separate Solr indexes which would then be merged to a single fina

Merging Solr Collections

2007-07-11 Thread Stu Hood
ghtly/javadoc/org/apache/lucene/index/IndexWriter.html#addIndexes(org.apache.lucene.store.Directory[]) ), but I also know that there is more to a Solr Collection than the index. Does anyone have any suggestions for merging Solr Collections? Or should I forget this plan of attack... Thanks, Stu