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 Igor Chudov <ic...@gmail.com> on 2011/01/22 00:51:43 UTC

Can I host TWO separate datasets in Solr?

I would like to have two sets of data and search them separately (they are
used for two different websites).

How can I do it?

Thanks!

Re: Can I host TWO separate datasets in Solr?

Posted by Ezequiel Calderara <ez...@gmail.com>.
you can configure it as two different instances in a tomcat server or keep
running two jetty apps... :P

On Fri, Jan 21, 2011 at 8:51 PM, Igor Chudov <ic...@gmail.com> wrote:

> I would like to have two sets of data and search them separately (they are
> used for two different websites).
>
> How can I do it?
>
> Thanks!
>



-- 
______
Ezequiel.

Http://www.ironicnet.com

Re: Can I host TWO separate datasets in Solr?

Posted by Alexander Kanarsky <ka...@gmail.com>.
Igor,

you can set two different Solr cores in solr.xml and search them separately.
See multicore example in Solr distribution.

-Alexander

On Fri, Jan 21, 2011 at 3:51 PM, Igor Chudov <ic...@gmail.com> wrote:
> I would like to have two sets of data and search them separately (they are
> used for two different websites).
>
> How can I do it?
>
> Thanks!
>