Hi, If you don't need to search all of the data in a single query, use separate indices. You don't need to run separate Solr instances - you can simply use Solr multi-core functionality.
Sticking different types of data into a single index and then searching only a subset could mess with your term frequency/weights and could affect your relevance score computation. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: "Deo, Shantanu" <sd1...@att.com> > To: solr-user@lucene.apache.org > Sent: Monday, March 9, 2009 7:53:29 PM > Subject: indexing multiple schemas Vs extending existing schema > > Hi, > We have had some success in indexing our catalog proof-of-concept > project, Now we want to add information such as packages and accessories > which have a slightly different schema. > > I am wondering if its possible to add multiple indexes in the same > solr instance or should we think about redefining our existing schema > and trying to fit both our existing product data and the new data into > the same index. > > What are the pros and cons of either approach ? Has anyone had similar > situations before ? We would highly appreciate hearing your opinions > about this issue. > > Sincerely > Shantanu Deo > AT&T eCommerce Web Hosting - Release Management > Office: (425)288-6081 > email: sd1...@att.com