You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Alex Kiselevski <AL...@Amdocs.com> on 2005/01/05 12:36:41 UTC

simultaneous index/search/delete

Concerning the question about simultaneous index/search/delete :
Do i have to put synchronized on methods that call  to API functions of
index/search/delete


The information contained in this message is proprietary of Amdocs,
protected from disclosure, and may be privileged.
The information is intended to be conveyed only to the designated recipient(s)
of the message. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, use, distribution or copying of
this communication is strictly prohibited and may be unlawful.
If you have received this communication in error, please notify us immediately
by replying to the message and deleting it from your computer.
Thank you.

Re: simultaneous index/search/delete

Posted by Otis Gospodnetic <ot...@yahoo.com>.
Any index-modifying operations need to be serializes.  Searching is
read-only and can be done in parallel with anything else. See
http://www.lucenebook.com/search?query=concurrent for some hints.

Otis


--- Alex Kiselevski <AL...@Amdocs.com> wrote:

> 
> Concerning the question about simultaneous index/search/delete :
> Do i have to put synchronized on methods that call  to API functions
> of
> index/search/delete
> 
> 
> The information contained in this message is proprietary of Amdocs,
> protected from disclosure, and may be privileged.
> The information is intended to be conveyed only to the designated
> recipient(s)
> of the message. If the reader of this message is not the intended
> recipient,
> you are hereby notified that any dissemination, use, distribution or
> copying of
> this communication is strictly prohibited and may be unlawful.
> If you have received this communication in error, please notify us
> immediately
> by replying to the message and deleting it from your computer.
> Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org