Re: Solr 1.30 Collection Distribution Search

2011-04-12 Thread Li
Thanks Eric, I thought the master does automatically when you setup collection distribution. I wish there are more document for 1.3 collection distribution. Do you know how to show the slave stats on the Master admin page, the distribution tab? Thanks in advance guys. Sent from my iPhone On Ap

Re: Solr 1.30 Collection Distribution Search

2011-04-12 Thread Erick Erickson
Yes. You need to put, say, a load balancer on front of your slaves and distribute the requests to the slave. Best Erick On Tue, Apr 12, 2011 at 2:20 PM, Li Tan wrote: > I have 1 master, and 2 slaves setup with 1.30 collection distribution. My > frontwed web application does query to the master,

Solr 1.30 Collection Distribution Search

2011-04-12 Thread Li Tan
I have 1 master, and 2 slaves setup with 1.30 collection distribution. My frontwed web application does query to the master, do I need to change any code in the web application to query on the slaves? or does the master requests query from the slaves automatcially? Please help thx.