Re: Reg : lucene RemoteSearchable Object

2008-07-07 Thread saikrishna venkata pendyala
Yes, I didn't reopen the index. It's working fine now :) On Mon, Jul 7, 2008 at 6:30 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > The files are still open by the process (deletion doesn't change this) > and hence the local IndexReader can still read the index. > > -Yonik > > On Sun, Jul 6, 2008

Re: Reg : lucene RemoteSearchable Object

2008-07-07 Thread Yonik Seeley
The files are still open by the process (deletion doesn't change this) and hence the local IndexReader can still read the index. -Yonik On Sun, Jul 6, 2008 at 9:59 AM, saikrishna venkata pendyala <[EMAIL PROTECTED]> wrote: > Hi all, > > I am currently developing a distributed search engine using

Reg : lucene RemoteSearchable Object

2008-07-06 Thread saikrishna venkata pendyala
Hi all, I am currently developing a distributed search engine using Lucene. I am able to search the multiple machines quite successfully. Each machine using MultiSearcher to search the local indexes and I am creating RemoteSearchable object with it. The master machines searches these RemoteSea