Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 40704 invoked from network); 2 Jul 2009 04:20:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 04:20:00 -0000 Received: (qmail 23994 invoked by uid 500); 2 Jul 2009 04:20:09 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 23883 invoked by uid 500); 2 Jul 2009 04:20:07 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 23873 invoked by uid 99); 2 Jul 2009 04:20:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 04:20:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [65.205.253.68] (HELO maple.liquid.com) (65.205.253.68) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 04:19:56 +0000 Received: from CORP-MAILBOX.liquid.com ([10.20.0.71]) by CORP-MAIL.liquid.com ([10.20.0.68]) with mapi; Wed, 1 Jul 2009 21:19:33 -0700 From: Francis Yakin To: "'solr-user@lucene.apache.org'" Date: Wed, 1 Jul 2009 21:19:32 -0700 Subject: RE: Is there any other way to load the index beside using "http" connection? Thread-Topic: Is there any other way to load the index beside using "http" connection? Thread-Index: Acn6wiVEcxAUfNp5Q8C0LNrZuzLscwACXb/g Message-ID: <99238C967BA6FB449F2C8349A1DB334D28778F3FBA@CORP-MAILBOX.liquid.com> References: <99238C967BA6FB449F2C8349A1DB334D28778F3FB0@CORP-MAILBOX.liquid.com> <5e76f3840907012006t3896e4beg9b05d8ee95fb05e2@mail.gmail.com> In-Reply-To: <5e76f3840907012006t3896e4beg9b05d8ee95fb05e2@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-tm-as-product-ver: SMEX-8.0.0.1181-5.600.1016-16738.004 x-tm-as-result: No--39.570600-8.000000-31 x-tm-as-user-approved-sender: No x-tm-as-user-blocked-sender: No Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Glen, Database we use is Oracle, I am not the database administrator, so I don't = familiar with their script. SO, basically we have the Oracle SQL script to load the XML files over HTTP= connection to our Solr Master. My question is there any other way instead of using HTTP connection to load= the XML files to our SOLR Master? You mentioned about LuSql, I am not familiar with that. Can you provide us = the docs or something? Again I am not the database Guys, I am only the solr= Guy. The database we have is a different box than Solr master and both are= running linux(RedHat). Thanks Francis -----Original Message----- From: Glen Newton [mailto:glen.newton@gmail.com] Sent: Wednesday, July 01, 2009 8:06 PM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" c= onnection? You can directly load to the backend Lucene using LuSql[1]. It is faster than Solr, sometimes as much as an order of magnitude faster. Disclosure: I am the author of LuSql -Glen http://zzzoot.blogspot.com/ [1]http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql 2009/7/1 Francis Yakin : > > We have several thousands of xml files in database that we load it to so= lr master > The Database uses "http" connection and transfer those files to solr mas= ter. Solr then translate xml files to their lindex. > > We are experiencing issue with close/open connection in the firewall and = very very slow. > > Is there any other way to load the data/index from Database to solr maste= r beside using http connection, so it means we just scp/ftp the xml file f= rom Database system to solr master and let solr convert those to lucene in= dexes? > > Any input or help will be much appreciated. > > > Thanks > > Francis > > > > -- -