Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 32239 invoked from network); 7 Mar 2006 18:26:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Mar 2006 18:26:15 -0000 Received: (qmail 51920 invoked by uid 500); 7 Mar 2006 18:26:03 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 51819 invoked by uid 500); 7 Mar 2006 18:26:03 -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 51500 invoked by uid 99); 7 Mar 2006 18:26:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 10:26:02 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.115.57.43] (HELO ylpvm12.prodigy.net) (207.115.57.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 10:26:01 -0800 Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k27IPbbL029374 for ; Tue, 7 Mar 2006 13:25:37 -0500 X-ORBL: [69.228.231.148] Received: from [192.168.168.15] (adsl-69-228-231-148.dsl.pltn13.pacbell.net [69.228.231.148]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k27IPYl7040750; Tue, 7 Mar 2006 13:25:37 -0500 Message-ID: <440DD01E.6010604@apache.org> Date: Tue, 07 Mar 2006 10:25:34 -0800 From: Doug Cutting User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Lucene version 1.9 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N WATHELET Thomas wrote: > I've created an index with the Lucene version 1.9 and when I try to open > this index I have always this error mesage: > java.lang.ArrayIndexOutOfBoundsException. > if I use an index built with the lucene version 1.4.3 it's working. > Wath's wrong? Are you perhaps trying to open an index created with 1.9 with 1.4.3? That won't work. In general, you need to open indexes with a Lucene version greater or equal to the version which last wrote the index. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org