Re: SolrCloud separate indexer and Searcher

2013-08-01 Thread Shawn Heisey
On 8/1/2013 8:50 PM, Prasi S wrote: > CAn you pls elaborate on what old-style master/slave mean? Does it mean > that we can have separate indexer and searcher. With master/slave, you have one Solr instance that's your master. All indexing happens on this server. The other instance(s) replicate f

Re: SolrCloud separate indexer and Searcher

2013-08-01 Thread Prasi S
Erick, CAn you pls elaborate on what old-style master/slave mean? Does it mean that we can have separate indexer and searcher. On Thu, Aug 1, 2013 at 8:42 PM, Erick Erickson wrote: > To add to what Shawn said, do note that Solr 4.x can > operate either in old-style master/slave mode or > SolrClo

Re: SolrCloud separate indexer and Searcher

2013-08-01 Thread Erick Erickson
To add to what Shawn said, do note that Solr 4.x can operate either in old-style master/slave mode or SolrCloud... Best Erick On Thu, Aug 1, 2013 at 10:34 AM, Shawn Heisey wrote: > On 8/1/2013 4:51 AM, Prasi S wrote: > > i am using solr 4.0 for indexing db content to a cloud . Currently i have

Re: SolrCloud separate indexer and Searcher

2013-08-01 Thread Shawn Heisey
On 8/1/2013 4:51 AM, Prasi S wrote: > i am using solr 4.0 for indexing db content to a cloud . Currently i have > two solr isntances running in separate app servers. Can I have a one solr > separately as indexer instance and another as a searcher. > > This is possible in Master-Slave but does this

SolrCloud separate indexer and Searcher

2013-08-01 Thread Prasi S
i am using solr 4.0 for indexing db content to a cloud . Currently i have two solr isntances running in separate app servers. Can I have a one solr separately as indexer instance and another as a searcher. This is possible in Master-Slave but does this hold good for SorlCloud also? Because from wh