Re: parameter create in IndexWriter

2006-09-07 Thread jacky
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

Re: parameter create in IndexWriter

2006-09-07 Thread Erick Erickson
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

Re: parameter create in IndexWriter

2006-09-06 Thread jacky
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

Re: parameter create in IndexWriter

2006-09-06 Thread Daniel Noll
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,

parameter create in IndexWriter

2006-09-06 Thread jacky
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