ptember 07, 2006 9:10 PM
Subject: Re: parameter create in IndexWriter
> See below...
>
> On 9/7/06, jacky <[EMAIL PROTECTED]> wrote:
> >
> > I am afraid i don't understand it.
> > Input the wrong path? This will be happen rarely since the ind
own
really stupid errors that I've made and I'd rather have things blow up
immediately than fail subtly.
Best
Erick
Best Regards.
jacky
- Original Message -
From: "Daniel Noll" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 07, 2006 2:23 PM
Subject
jacky
- Original Message -
From: "Daniel Noll" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 07, 2006 2:23 PM
Subject: Re: parameter create in IndexWriter
> jacky wrote:
> > hi,
> >Today I found a funny thing, if "create" parameter in In
jacky wrote:
> hi,
>Today I found a funny thing, if "create" parameter in IndexWriter set
> false,
> and there is no index Segements in the Directory before, then an IOException
> will be
> thrown.
>I am confused that why not using this logic : if there is a Segments, then
> append it,
hi,
Today I found a funny thing, if "create" parameter in IndexWriter set false,
and there is no index Segements in the Directory before, then an IOException
will be
thrown.
I am confused that why not using this logic : if there is a Segments, then
append it, create it otherwise.
I kno