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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 it here?

Thanks,

Anson

-Original Message-
From: Rasik Pandey [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 9:46 PM
To: 'Lucene Users List'
Subject: RE : Lucene scalability/clustering

 Further on this topic - has anyone tried implementing a
 distributed
 search with Lucene?  How does it work and does it work well?

I assume you are referring to RMI based search? It works well as does
MultiSearcher. 

RBP


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]