Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 73406 invoked from network); 13 Oct 2006 18:35:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 18:35:04 -0000 Received: (qmail 12331 invoked by uid 500); 13 Oct 2006 18:34:57 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 12296 invoked by uid 500); 13 Oct 2006 18:34:57 -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 12285 invoked by uid 99); 13 Oct 2006 18:34:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 11:34:57 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sp0065@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO py-out-1112.google.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 11:34:54 -0700 Received: by py-out-1112.google.com with SMTP id i49so882289pyi for ; Fri, 13 Oct 2006 11:34:33 -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:content-transfer-encoding:content-disposition; b=RWAvUDoRhZJ8z50Z26rYg/2mkOeigGfuls824kvEQDB8410WlRwL+8dAHxX6SGJvM1OPu3p2IZ9DdAyg4MHuL87+SFYyXVcpRBkqXVW+T+gaGfaHYSGzwBH+myCuhkhw+WTmYTbQ766YW1UU2olUncyWdsGm/NR+eTEzXC2A3MA= Received: by 10.35.89.10 with SMTP id r10mr6218662pyl; Fri, 13 Oct 2006 11:34:33 -0700 (PDT) Received: by 10.35.125.19 with HTTP; Fri, 13 Oct 2006 11:34:33 -0700 (PDT) Message-ID: Date: Fri, 13 Oct 2006 13:34:33 -0500 From: "Serhiy Polyakov" To: java-user@lucene.apache.org Subject: DB to Lucene parsers MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I need to index a database with Lucene. Can you suggest where to start looking for the DB to Lucene parsers? I will need to parse data from MySQL, MS SQL, Oracle and several other databases. Structure of data is pretty simple - almost flat tables. I know I can do DB -> XML -> Lucene but may be there are other solutions? Thanks, Serhiy --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org