RE : RE : Lucene scalability/clustering

2004-02-24 Thread Rasik Pandey
I'm trying to see what are some common ways to scale lucene onto multiple boxes. Is RMI based search and using a MultiSearcher the general approach? More details about what you are attempting would be helpful. RBP - To

Re: RE : Lucene scalability/clustering

2004-02-24 Thread Doug Cutting
Anson Lau wrote: I'm trying to see what are some common ways to scale lucene onto multiple boxes. Is RMI based search and using a MultiSearcher the general approach? Yes, although you probably want to use ParallelMultiSearcher. Doug

RE: RE : Lucene scalability/clustering

2004-02-23 Thread Anson Lau
I'm trying to see what are some common ways to scale lucene onto multiple boxes. Is RMI based search and using a MultiSearcher the general approach? There doesn't seem to be many articles on the web on how to implement a lucene search cluster. If anyone knows a good article can you please post