Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 45887 invoked from network); 10 May 2006 15:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 May 2006 15:38:32 -0000 Received: (qmail 98692 invoked by uid 500); 10 May 2006 15:38:25 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 98665 invoked by uid 500); 10 May 2006 15:38:24 -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 98652 invoked by uid 99); 10 May 2006 15:38:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 08:38:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nikhil.goel@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 08:38:23 -0700 Received: by wr-out-0506.google.com with SMTP id 57so1415689wri for ; Wed, 10 May 2006 08:38:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=P76MjUNy8qh8vWnW+75O2D+5Lqzvbh1RcnlyHLZXG6FMS08XM5yweN6mTYMvizci41cSbiX0RRbtOmnO6fs2VspK6zWMTnJPXMpWxYLgi5ZFiW50t3IliYitEEbFn5N16PVRe1aevtac53Mrp6sb0+Q7dvog2+lRkKIN0VaSN0M= Received: by 10.64.203.15 with SMTP id a15mr482582qbg; Wed, 10 May 2006 08:38:03 -0700 (PDT) Received: by 10.65.191.3 with HTTP; Wed, 10 May 2006 08:38:03 -0700 (PDT) Message-ID: <7f0c29930605100838y60b3adf7j2d3bb15de0ebc528@mail.gmail.com> Date: Wed, 10 May 2006 10:38:03 -0500 From: "Nikhil Goel" To: java-user@lucene.apache.org Subject: Lucene Index Stored on Database instead of FileSystem MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17901_24959808.1147275483168" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_17901_24959808.1147275483168 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, By default, Lucene create a directory for index on FileSystem. Is there a plugin or support provided by Lucene to store the index in Databse instead of FileSystem, where:- 1) Directory can be equal to table in DB . 2) Each file in the index directory represents one row in that table. 3) Data in the file can be stored as BLOB in each row. If such a plugin exist, are there any concurreny issues or any limitation o= n the size of the index that can be stored? Thanks -Nikhil ------=_Part_17901_24959808.1147275483168--