Re: io exception on recreating an index

2002-01-15 Thread Geir Ove Grønmo
* Geir Ove Grønmo | * Steven J. Owens | | Kiran Kumar K.G <[EMAIL PROTECTED]> wrote: | | | | > I'm currently having a problem overwriting an old index. Every | | > night, the contents of a database I'm using get updated, so the | | > lucene indexes are also recreated every night. The technique I'

Re: io exception on recreating an index

2001-11-29 Thread Geir Ove Grønmo
* Steven J. Owens | Kiran Kumar K.G <[EMAIL PROTECTED]> wrote: | | > I'm currently having a problem overwriting an old index. Every | > night, the contents of a database I'm using get updated, so the | > lucene indexes are also recreated every night. The technique I'm | > currently using is just

Re: io exception on recreating an index

2001-11-28 Thread Steven J. Owens
Kiran Kumar K.G <[EMAIL PROTECTED]> wrote: > I'm currently having a problem overwriting an old index. Every > night, the contents of a database I'm using get updated, so the > lucene indexes are also recreated every night. The technique I'm > currently using is just to start a new index on top of

RE: io exception on recreating an index

2001-11-27 Thread Jonathan Franzone
: Lucene Users List Subject: io exception on recreating an index *This message was transferred with a trial version of CommuniGate(tm) Pro* I'm currently having a problem overwriting an old index. Every night, the contents of a database I'm using get updated, so the lucene indexes are also

io exception on recreating an index

2001-11-27 Thread Kiran Kumar K.G
I'm currently having a problem overwriting an old index. Every night, the contents of a database I'm using get updated, so the lucene indexes are also recreated every night. The technique I'm currently using is just to start a new index on top of the old one (IndexWriter writer = new IndexWriter(f

io exception on recreating an index

2001-11-16 Thread Tom Barrett
Hello all- I'm currently having a problem overwriting an old index. Every night, the contents of a database I'm using get updated, so the lucene indexes are also recreated every night. The technique I'm currently using is just to start a new index on top of the old one (IndexWriter writer = new