Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 16536 invoked from network); 7 Aug 2008 16:09:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 16:09:12 -0000 Received: (qmail 79194 invoked by uid 500); 7 Aug 2008 16:09:04 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 79163 invoked by uid 500); 7 Aug 2008 16:09:04 -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 79152 invoked by uid 99); 7 Aug 2008 16:09:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 09:09:04 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nageshblore@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 16:08:06 +0000 Received: by nf-out-0910.google.com with SMTP id g16so193599nfd.15 for ; Thu, 07 Aug 2008 09:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/1wDDLRB5vqrkJZ8Cf3P1rBmR/DbPPJpmYIC8aEGw8g=; b=cjS1vIhH0Q1avsoazM2xaV1hiFS7JlLFHv1kaOE5y+OT5nDyvbkkRW1u43PZciPaCg VPNZBqVs5WNcz8fZyrj6SJVMuuiwEx1Tgvp/WGlfaC52RCVpWxQlKfD3sZ8VuJUD8uzW V0IeZsRYtkfNWAjXPewVSmMWz/066bSWghqzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NyIBy7g8N1Zh1oj1h0HCgmAZrmeD8p4Q5PKJxX0MUo9HBBqX2Z1xd/eKRfT3HOL79r fVL1VIeoiL4G5ScZCn0q/9KAMvGxwdH9wVC4JAfJ113FAaFVi0MLOOJlAN5b2J1D4xiy /ArDT5jxJhM+hVTU+csOpb9Ggqu3p4cXSHBUk= Received: by 10.210.119.5 with SMTP id r5mr4216997ebc.17.1218125313138; Thu, 07 Aug 2008 09:08:33 -0700 (PDT) Received: by 10.210.52.2 with HTTP; Thu, 7 Aug 2008 09:08:33 -0700 (PDT) Message-ID: <59a485a30808070908i417de1edl2761c047c2156214@mail.gmail.com> Date: Thu, 7 Aug 2008 21:38:33 +0530 From: "=?UTF-8?B?4LKo4LK+4LKX4LOH4LK24LONIOCyuOCzgeCyrOCzjeCysOCyueCzjQ==?= =?UTF-8?B?4LKu4LKj4LON4LKvIChOYWdlc2ggUyk=?=" To: java-user@lucene.apache.org Subject: Re: Searching an Index on Another Machine In-Reply-To: <18873665.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18873665.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I guess the starting point would be to have the IndexSearcher to take a URI as the path to index (I don't think such a constructor exists) than the ones currently available. This might also call for some security policy to be in place to restrict access. Otherwise, J2EE perhaps ? Good question ! On 8/7/08, DanaWhite wrote: > > Hello, > > I have two machines on the same network, but I want to use one machine to > search an index located on the file system of the other machine. > > Any ideas on how to achieve this? > > Thanks > Dana > -- > View this message in context: > http://www.nabble.com/Searching-an-Index-on-Another-Machine-tp18873665p18873665.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org