Can I host TWO separate datasets in Solr?

2011-01-21 Thread Igor Chudov
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?

2011-01-21 Thread Ezequiel Calderara
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 ichu...@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?

2011-01-21 Thread Alexander Kanarsky
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 ichu...@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!