Here's another question along the same lines.

I'm building my code so that whenever I need to index new content I create a new collection and then swap it with the older collection when ready which I believe is the safer way of managing collections.

But does Lucene handle updating a collection while it is being searched.

At 11:35 AM 17/06/2004, you wrote:
On Jun 17, 2004, at 11:23 AM, Don Vaillancourt wrote:
How does Lucene handle simultaneous search requests?

Can it or is it up to the programmer to make sure that only one search occurs at a time?

Lucene handles concurrent searches, no problem. No need for the programmer to ensure only one occurs at a time. That would be a real bummer if it was that way.


        Erik


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

Don Vaillancourt Director of Software Development

WEB IMPACT INC.
416-815-2000 ext. 245
email: [EMAIL PROTECTED]
web: http://www.web-impact.com




This email message is intended only for the addressee(s) and contains information that may be confidential and/or copyright. If you are not the intended recipient please notify the sender by reply email and immediately delete this email. Use, disclosure or reproduction of this email by anyone other than the intended recipient(s) is strictly prohibited. No representation is made that this email or any attachments are free of viruses. Virus scanning is recommended and is the responsibility of the recipient.













Reply via email to