Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 74947 invoked from network); 9 Aug 2005 05:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 05:46:28 -0000 Received: (qmail 75338 invoked by uid 500); 9 Aug 2005 05:46:23 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 75317 invoked by uid 500); 9 Aug 2005 05:46:22 -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 75304 invoked by uid 99); 9 Aug 2005 05:46:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 22:46:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chris.lu@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2005 22:46:44 -0700 Received: by wproxy.gmail.com with SMTP id 71so1228329wri for ; Mon, 08 Aug 2005 22:46:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W3+b/Zcd3bFOcvqmzxi5e2shqevG16vNRAgjIKzJU8i0Ugkq2F3O43uoBgK62D04YB0Q7IyeWXI4qDRBHqI9v/RWSqIpd27YTBoPLrTRvg8PSEIFNmIbSaSXvfkwaishlzmdPNYdIqJ7W/xAH4x/daikyhIABw/1qzwVORqL/2I= Received: by 10.54.33.17 with SMTP id g17mr3791787wrg; Mon, 08 Aug 2005 22:46:20 -0700 (PDT) Received: by 10.54.24.34 with HTTP; Mon, 8 Aug 2005 22:46:20 -0700 (PDT) Message-ID: <6e3ae63105080822461b1100e@mail.gmail.com> Date: Tue, 9 Aug 2005 00:46:20 -0500 From: Chris Lu To: java-user@lucene.apache.org Subject: Re: JDBC proxy implementing Lucene? In-Reply-To: <20050809012005.48161.qmail@web31112.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e3ae631050808161022847528@mail.gmail.com> <20050809012005.48161.qmail@web31112.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N An reuseable aspect will be extremely useful. And it's much more feasible than the JDBC approach. This will only benefit applications already using ORM tools. But this should be the trend though. On 8/8/05, Otis Gospodnetic wrote: > Hi Chris, >=20 > --- Chris Lu wrote: >=20 > > Hi, Just an idea to make Lucene work with databases more easily. > > > > When I communicated with Shay Banon(Compass' author), it came to me > > that maybe Lucene can be wrapped around JDBC drivers. Let's say it's > > L-JDBC. > > > > So whenever an object is stored through JDBC, according to some XML > > configuration file, L-JDBC can index the updated object/document, or > > delete it from the index. > > > > Basically make Lucene indexing transparent to new/existing > > applications. > > > > Not really a super idea. I am wondering anyone will find it helpful? >=20 > Yes, that would be handy, as lots of people have applications that use > both Lucene and a RDBMS and use various tricks to keep the two in sync. > If an application uses Hibernate, then one can make use of various > Hibernate interceptors and use them to trigger operations on an > external Lucene index. I know at least one application that does > something similar (see my .signature). >=20 > Otis >=20 > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > Simpy -- http://www.simpy.com/ -- Find it. Tag it. Share it. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 >=20 --=20 Chris Lu ------------ Lucene Search RAD on Any Database http://www.dbsight.net --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org