Thanks for your reply, I need the Federated Search. You mean this is not yet supported out of the "box". So I have a question that in this situation what can Collection Distribution used for?
Jarvis -----Original Message----- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 1:47 PM To: solr-user@lucene.apache.org Subject: Re: How can i make a distribute search on Solr? > > So it means that distributed search is not a basic component in Solr project. > I think you just need load balancing. Solr is not a load balancer, you need to find something that works for you and configure that elsewhere. Solr works fine without persistent connections, so simple round robin DNS but it works find. Depending on your usage/loads/requirements it may or may not make sense to have your master DB in the mix. Stu is referring to Federated Search - where each index has some of the data and results are combined before they are returned. This is not yet supported out of the "box" ryan