Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 66179 invoked from network); 25 Sep 2009 17:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Sep 2009 17:41:41 -0000 Received: (qmail 9923 invoked by uid 500); 25 Sep 2009 17:41:39 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 9854 invoked by uid 500); 25 Sep 2009 17:41:38 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 9844 invoked by uid 99); 25 Sep 2009 17:41:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2009 17:41:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of klaus.teller@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 25 Sep 2009 17:41:29 +0000 Received: (qmail 12629 invoked by uid 0); 25 Sep 2009 17:41:07 -0000 Received: from 69.159.202.128 by www128.gmx.net with HTTP; Fri, 25 Sep 2009 19:41:06 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Fri, 25 Sep 2009 19:41:07 +0200 From: "Klaus Teller" Message-ID: <20090925174107.301340@gmx.net> MIME-Version: 1.0 Subject: Concurrent Indexing and Searching To: java-user@lucene.apache.org X-Authenticated: #20247638 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX18SwrlFuV0Sosw6VIEshTdj9xTJqR1Xp6hWW/JpCG Kjlm9psy5P/zENcgwwQSBT0Yxi+UZtU6CSyw== Content-Transfer-Encoding: 7bit X-GMX-UID: 1WTVB40UbHIhfyTMDTU0sgsiJihyapAB X-FuHaFi: 0.72 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've read that it is possible to update the index while another thread has a reader open. Now let's say the reader is trying to reopen the index (using its reopen method) and at the very same time, the write its committing its 500MB changes to the index. My question is, what happens in this situation? What index does the reader end up having if it tries to open the index while the writer is modifying it? Any feedback will be much appreciated, Klaus. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org