Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 35314 invoked from network); 3 Oct 2004 07:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Oct 2004 07:59:17 -0000 Received: (qmail 39892 invoked by uid 500); 3 Oct 2004 07:59:17 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 39879 invoked by uid 99); 3 Oct 2004 07:59:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of david.nuescheler@gmail.com designates 64.233.170.204 as permitted sender) Received: from [64.233.170.204] (HELO mproxy.gmail.com) (64.233.170.204) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 03 Oct 2004 00:59:15 -0700 Received: by mproxy.gmail.com with SMTP id 79so3743687rnk for ; Sun, 03 Oct 2004 00:59:13 -0700 (PDT) Received: by 10.38.126.4 with SMTP id y4mr1494666rnc; Sun, 03 Oct 2004 00:59:13 -0700 (PDT) Received: by 10.38.164.46 with HTTP; Sun, 3 Oct 2004 00:59:13 -0700 (PDT) Message-ID: Date: Sun, 3 Oct 2004 09:59:13 +0200 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org Subject: Re: search index corruption? In-Reply-To: <5de619cf041002073435903071@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <5de619cf041002073435903071@mail.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > you have to add the following line at the end to your test: > repof.shutdown(); i thought it would be something like that. thanks. is there a way to restart the index gracefully after abnormal termination, since something tells me that abnormal termination might happen quite frequently ;) regards, david