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
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
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