Re: Could I use Solr to index multiple applications?

2012-07-17 Thread Shashi Kant
Look up multicore solr. Another choice could be ElasticSearch - which is more straightforward in managing multiple indexes IMO. On Tue, Jul 17, 2012 at 7:53 PM, Zhang, Lisheng wrote: > Hi, > > We have an application where we index data into many different directories > (each directory > is cor

RE: Could I use Solr to index multiple applications?

2012-07-17 Thread Zhang, Lisheng
[mailto:shashi@gmail.com]On Behalf Of Shashi Kant Sent: Tuesday, July 17, 2012 5:46 PM To: solr-user@lucene.apache.org Subject: Re: Could I use Solr to index multiple applications? Look up multicore solr. Another choice could be ElasticSearch - which is more straightforward in managing multiple indexes

Re: Could I use Solr to index multiple applications?

2012-07-17 Thread Shashi Kant
July 17, 2012 5:46 PM > To: solr-user@lucene.apache.org > Subject: Re: Could I use Solr to index multiple applications? > > > Look up multicore solr. Another choice could be ElasticSearch - which > is more straightforward in managing multiple indexes IMO. > > > >

Re: Could I use Solr to index multiple applications?

2012-07-17 Thread Yury Kats
On 7/17/2012 9:26 PM, Zhang, Lisheng wrote: > Thanks very much for quick help! Multicore sounds interesting, > I roughly read the doc, so we need to put each core name into > Solr config XML, if we add another core and change XML, do we > need to restart Solr? You can add/create cores on the fly,

RE: Could I use Solr to index multiple applications?

2012-07-18 Thread Zhang, Lisheng
Subject: Re: Could I use Solr to index multiple applications? On 7/17/2012 9:26 PM, Zhang, Lisheng wrote: > Thanks very much for quick help! Multicore sounds interesting, > I roughly read the doc, so we need to put each core name into > Solr config XML, if we add another core and change X