Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 28183 invoked from network); 15 May 2008 16:14:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 16:14:32 -0000 Received: (qmail 32178 invoked by uid 500); 15 May 2008 16:14:32 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 32143 invoked by uid 500); 15 May 2008 16:14:32 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 32132 invoked by uid 99); 15 May 2008 16:14:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 09:14:31 -0700 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; Thu, 15 May 2008 16:13:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B38EE234C114 for ; Thu, 15 May 2008 09:13:55 -0700 (PDT) Message-ID: <1820884770.1210868035734.JavaMail.jira@brutus> Date: Thu, 15 May 2008 09:13:55 -0700 (PDT) From: "Mark Butler (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-3394) Distributed Lucene Index For Hadoop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Distributed Lucene Index For Hadoop ----------------------------------- Key: HADOOP-3394 URL: https://issues.apache.org/jira/browse/HADOOP-3394 Project: Hadoop Core Issue Type: New Feature Reporter: Mark Butler Priority: Minor Here is the current prototype implementation of a distributed free text index using Hadoop based on Doug Cutting's design: http://www.mail-archive.com/general@lucene.apache.org/msg00338.html There has also been some discussion about this on the Hadoop Wiki: http://wiki.apache.org/hadoop/DistributedLucene This work is not finished, so it is not intended for inclusion yet. For a description of the contribution and its current status see the report in doc/index.html in the attached archive that gives some details of the implementation. This work was designed as a contrib contribution. However, as there are at least two other projects (Bailey and Katta) with similar goals it seemed a good idea to make this code available for discussion. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.