Jarvis wrote: > 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? >
The collection distribution scripts help you get duplicate copies of the same index distributed across many computers. This lets you put a load balancer in front of each server and lets you share the load across N servers. The collection distribution scripts are particularly useful since NFS and lucene don't play well together. ryan