Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 87823 invoked from network); 5 Jan 2005 16:21:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Jan 2005 16:21:41 -0000 Received: (qmail 79112 invoked by uid 500); 5 Jan 2005 16:15:35 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 78919 invoked by uid 500); 5 Jan 2005 16:15:32 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 78888 invoked by uid 99); 5 Jan 2005 16:15:30 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web12701.mail.yahoo.com (HELO web12701.mail.yahoo.com) (216.136.173.238) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 05 Jan 2005 08:15:11 -0800 Received: (qmail 14544 invoked by uid 60001); 5 Jan 2005 16:14:56 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=hpmzSe6y7NPVFT2OO6xePaSeskGPGrm1xHRl48utJiLZJ0MG7ilu/mbJa3Y/pSkdoarhg93Q94CbZVnpa76mcvzGIXQOrFpZVGHlnMXc+7thus5LNsC1UEDrY95/B6yvXu1+tvziIHiIMEivg1mhqoEGtedL40YPahKbDDQ5Te8= ; Message-ID: <20050105161456.14542.qmail@web12701.mail.yahoo.com> Received: from [69.201.130.95] by web12701.mail.yahoo.com via HTTP; Wed, 05 Jan 2005 08:14:56 PST Date: Wed, 5 Jan 2005 08:14:56 -0800 (PST) From: Otis Gospodnetic Subject: Re: simultaneous index/search/delete To: Lucene Users List In-Reply-To: <77D8711AC919F24FBB698EE60D6034A80D1123@tlvmail7.corp.amdocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 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