Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 40277 invoked from network); 11 Jan 2010 21:26:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2010 21:26:17 -0000 Received: (qmail 35629 invoked by uid 500); 11 Jan 2010 21:26:17 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 35588 invoked by uid 500); 11 Jan 2010 21:26:17 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 35578 invoked by uid 99); 11 Jan 2010 21:26:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 21:26:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 21:26:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6CF4A234C052 for ; Mon, 11 Jan 2010 13:25:54 -0800 (PST) Message-ID: <783709314.162281263245154444.JavaMail.jira@brutus.apache.org> Date: Mon, 11 Jan 2010 21:25:54 +0000 (UTC) From: "Kay Kay (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-2107) Upgrading Lucene 2.2 to Lucene 3.0.0 In-Reply-To: <1774708628.161341263242334454.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798867#action_12798867 ] Kay Kay commented on HBASE-2107: -------------------------------- Oops. Sorry. My bad. Let me add more (src/test/**) to fix this. > Upgrading Lucene 2.2 to Lucene 3.0.0 > ------------------------------------- > > Key: HBASE-2107 > URL: https://issues.apache.org/jira/browse/HBASE-2107 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Kay Kay > Attachments: HBASE-2107.patch > > > HBase has an utility to export columns as Lucene indices. (o.a.h.hbase.mapreduce.BuildTableIndex ) . > This patch increases the version in libraries.properties and addresses some deprecations towards moving it. > Rationale for upgradation: > ==================== > A lot has been happening in the Lucene since 2.2, with improved performance and focus on NRT (Near Real Time search) happening recently. Hence - we need to keep up with the same and make the utility publish indices for the new version. > Caveats: > ======= > Index created by Lucene 3.0 is *not backward-compatible* with Lucene 2.2 code. In other words - as part of this upgradation - indices need to be created all over again and the library interacting with the index ( readers / searchers ) need to be upgraded to the new version as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.