Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 76030 invoked from network); 18 Jun 2007 09:03:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 09:03:55 -0000 Received: (qmail 5130 invoked by uid 500); 18 Jun 2007 09:03:50 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 5092 invoked by uid 500); 18 Jun 2007 09:03:50 -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 5079 invoked by uid 99); 18 Jun 2007 09:03:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 02:03:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [213.133.33.40] (HELO smtp.is.nl) (213.133.33.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 02:03:46 -0700 Received: from [213.133.51.241] (HELO hai01.hippo.local) by smtp.is.nl (CommuniGate Pro SMTP 5.0.10) with ESMTP id 17660439 for java-user@lucene.apache.org; Mon, 18 Jun 2007 11:03:21 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Using Lucene to search Multiple Databases Date: Mon, 18 Jun 2007 11:03:21 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Using Lucene to search Multiple Databases Thread-Index: Acew+tFUqyQvg90rSvS7u3oYIX/ESQAjJ84A From: "Ard Schrijvers" To: X-Virus-Checked: Checked by ClamAV on apache.org Hello Rajat, this sounds to me like something very suitable for Solr, Regards Ard >=20 >=20 > Rajat, >=20 > I don't know about the Web Interface you are mentioning but=20 > the task can be > done with a little bit coding from your side. >=20 > I would suggest indexing each database in its own index which=20 > allows to keep > the access easily controlled. To find matches you will need=20 > to use a Multi > Searcher. All you will need is to a have a policy in place=20 > that controls > who can search in which database related index. >=20 > You could also have all databases in one index and then have=20 > one keyword > field holding the database address and then add this field to=20 > the given > query. Both will work. I guess this is a matter of size and your > preferences. >=20 > Andreas >=20 >=20 > On 6/13/07, rajat mahajan wrote: > > > > HI, > > > > My requirement is to search multiple databases which are present on > > different machines all of which are indexed using lucene > > Can it be done using the web interface of lucene ? > > If yes what is the procedure for that and what other tools=20 > are requried? > > > > To make it more clear, i'm giving an example > > > > Say, i have two machines having IP address x.x.x.10 and x.x.x.11 > > and i want a client which can search both of them and=20 > retrieve all the > > records matching the keyword > > Can this be done? > > > > I am using Tomcat as server with lucene-2.1.0 as the=20 > searching application > > All ideas are welcomed... > > > > Thanks and Regards, > > Rajat Mahajan. > > >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org