On 16-Jan-08, at 11:09 AM, Srikant Jakilinki wrote:

Thanks for that Shalin. Looks like I have to wait and keep track of developments.

Forgetting about indexes that cannot be fit on a single machine (distributed search), any links to have Solr running in a 2-machine environment? I want to measure how much improvement there will be in performance with the addition of machines for computation (space later) and I need a 2-machine setup for that.

If you are looking for automatic replication and load-balancing across multiple machines, Solr does not provide that. The typical strategy is as follows: index half the documents on one machine and half on another. Execute both queries simultaneously (using threads, f.i.), and combine the results. You should observe a speed up.

-Mike

Reply via email to