Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 17741 invoked from network); 27 May 2010 15:45:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 15:45:02 -0000 Received: (qmail 34269 invoked by uid 500); 27 May 2010 15:45:01 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 34218 invoked by uid 500); 27 May 2010 15:45:01 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 34211 invoked by uid 99); 27 May 2010 15:45:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 15:45:01 +0000 X-ASF-Spam-Status: No, hits=-1472.4 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 15:45:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4RFieSa026107 for ; Thu, 27 May 2010 15:44:40 GMT Message-ID: <14791680.25561274975080432.JavaMail.jira@thor> Date: Thu, 27 May 2010 11:44:40 -0400 (EDT) From: "Shai Erera (JIRA)" To: dev@lucene.apache.org Subject: [jira] Created: (LUCENE-2480) Remove support for pre-3.0 indexes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Remove support for pre-3.0 indexes ---------------------------------- Key: LUCENE-2480 URL: https://issues.apache.org/jira/browse/LUCENE-2480 Project: Lucene - Java Issue Type: Improvement Components: Index Reporter: Shai Erera Priority: Minor Fix For: 4.0 We should remove support for 2.x (and 1.9) indexes in 4.0. It seems that nothing can be done in 3x because there is no special code which handles 1.9, so we'll leave it there. This issue should cover: # Remove the .zip indexes # Remove the unnecessary code from SegmentInfo and SegmentInfos. Mike suggests we compare the version headers at the top of SegmentInfos, in 2.9.x vs 3.0.x, to see which ones can go. # remove FORMAT_PRE from FieldInfos # Remove old format from TermVectorsReader If you know of other places where code can be removed, then please post a comment here. I don't know when I'll have time to handle it, definitely not in the next few days. So if someone wants to take a stab at it, be my guest. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org