It's based on SOLR 1.2, however it's customized for our application to do this. I'm only mentioning that it's possible by changing the DirectUpdateHandler2 to have multiple indexes.
pb -----Original Message----- From: Niveen Nagy [mailto:[EMAIL PROTECTED] Sent: Sunday, February 10, 2008 1:47 AM To: solr-user@lucene.apache.org Subject: RE: Multiple Search in Solr Could you please clarify what version. Best Regards, Niveen Nagy Software Engineer -----Original Message----- From: patrik [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 10:10 PM To: solr-user@lucene.apache.org Subject: RE: Multiple Search in Solr We're using a version of SOLR that's we've customized to allow multiple indexes with the same schema to be searched. So, it is possible. The tricky part we're noticing is managing updates to the same document. If you don't need that you can get by pretty easily. patrik -----Original Message----- From: Peter Thygesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 2:08 AM To: solr-user@lucene.apache.org Subject: RE: Multiple Search in Solr I'm also looking for a solution with multiple indices. Soo.. great, are you saying the patch doesn't work or what? And could you elaborate a little more on the "I have written the Lucene application.." What did you do? -Peter Thygesen -----Original Message----- From: Jae Joo [mailto:[EMAIL PROTECTED] Sent: 4. februar 2008 14:59 To: solr-user@lucene.apache.org Subject: RE: Multiple Search in Solr I have downloaded version 1.3 and built multiple indices. I could not find any way for multiple indices search at Solr level, I have written the Lucene application. It is working well. Jae Joo -----Original Message----- From: Niveen Nagy [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 8:55 AM To: solr-user@lucene.apache.org Subject: Multiple Search in Solr Hello , I have a question concerning solr multiple indices. We have 4 solr indices in our system and we want to use distributed search (Multiple search) that searches in the four indices in parallel. We downloaded the latest code from svn and we applied the patch distributed.patch but we need more detailed description on how to use this patch and what changes should be applied to solr schema, and how these indices should be located. Another question here is could the steps be applied to our indices that was built using a version before applying the distributed patch. Thanks in advance. Best Regards, Niveen Nagy