You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by climbingrose <cl...@gmail.com> on 2006/09/27 04:19:19 UTC

Multiple schemas

Hi all,

Am I right that we can only have one schema per solr server? If so, how
would you deal with the issue of submitting completely different data models
(such as clothes and cars)?
Thanks.

-- 
Regards,

Cuong Hoang

Re: Multiple schemas

Posted by Yonik Seeley <yo...@apache.org>.
On 9/26/06, climbingrose <cl...@gmail.com> wrote:
> Am I right that we can only have one schema per solr server? If so, how
> would you deal with the issue of submitting completely different data models
> (such as clothes and cars)?

If they have no relation, put them in separate servers or webapps.  If
you want to query across both search indicies at once, make a schema
that accommodates both of them.

-Yonik