Re: indexing multiple schemas Vs extending existing schema

2009-03-11 Thread Chris Hostetter
: Subject: indexing multiple schemas Vs extending existing schema : In-Reply-To: <746bb9e20903091644g6959224am9445c26c76532...@mail.gmail.com> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply

Re: indexing multiple schemas Vs extending existing schema

2009-03-09 Thread Otis Gospodnetic
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 you