Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 42016 invoked from network); 25 Aug 2006 11:25:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Aug 2006 11:25:46 -0000 Received: (qmail 91253 invoked by uid 500); 25 Aug 2006 11:25:40 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 91219 invoked by uid 500); 25 Aug 2006 11:25:40 -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 91207 invoked by uid 99); 25 Aug 2006 11:25:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 04:25:40 -0700 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 [66.111.4.25] (HELO out1.smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Aug 2006 04:25:39 -0700 Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 707F2D9E73F for ; Fri, 25 Aug 2006 07:25:18 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Fri, 25 Aug 2006 07:25:19 -0400 X-Sasl-enc: HRhoj2mtGXbRC+y8xNQ0fPylhwGeudr25EJRDFEAuRI4 1156505118 Received: from [10.17.4.3] (pool-72-70-33-153.bstnma.fios.verizon.net [72.70.33.153]) by mail.messagingengine.com (Postfix) with ESMTP id C1FB6F04 for ; Fri, 25 Aug 2006 07:25:18 -0400 (EDT) Message-ID: <44EEDE14.7090504@mikemccandless.com> Date: Fri, 25 Aug 2006 07:25:08 -0400 From: Michael McCandless User-Agent: Thunderbird 2.0a1 (X11/20060724) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Upgrade from 1.4.3 to 1.9.1. Any problems with using existing index files? References: <44EE98FC.7070505@atlassian.com> In-Reply-To: <44EE98FC.7070505@atlassian.com> 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 > We are upgrading from Lucene 1.4.3 to 1.9.1, and have many customers > with large existing index files. In our testing we have reused large > indexes created in 1.4.3 in 1.9.1 without incident. We have looked > through the changelog and the code and can't see any reason there should > be any problems doing so. > > So, we're just wondering, has anyone had any problems, or is there > anything we need to look out for? Looking at the code and also at the file formats specification: http://lucene.apache.org/java/docs/fileformats.html I believe this is completely fine. Meaning, the 1.9.x code can open the older index format for both searching and writing (either deletes or added docs), without issue. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org