RE: Searching an Index on Another Machine

2008-08-07 Thread John Griffin
Dana, RMI. We use it exclusively and we are able to cluster for fail-over. The clustering complicates things quite a bit so you may not need or want it. John G. -Original Message- From: DanaWhite [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 9:54 AM To: java-user@lucene.apac

RE: Searching an Index on Another Machine

2008-08-07 Thread John Griffin
-user@lucene.apache.org Subject: Re: Searching an Index on Another Machine Hi Mount the file system of that machine to another one as a network share. But I don;t think it would be optimal. Alexander 2008/8/7 DanaWhite <[EMAIL PROTECTED]> > > Hello, > > I have two machines o

Re: Searching an Index on Another Machine

2008-08-07 Thread Alexander Aristov
Hi Mount the file system of that machine to another one as a network share. But I don;t think it would be optimal. Alexander 2008/8/7 DanaWhite <[EMAIL PROTECTED]> > > Hello, > > I have two machines on the same network, but I want to use one machine to > search an index located on the file syst

Re: Searching an Index on Another Machine

2008-08-07 Thread ನಾಗೇಶ್ ಸುಬ್ರಹ್ಮಣ್ಯ (Nagesh S)
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 !