Paulo Silveira wrote:
Chris,
I really would like only this extra files, but I have the same problem here.
If I interrupt my IndexWriter with a kill signal, must of the time I
will be left with a lock file AND corrupted index files (the searcher
will throw some IllegalStateExceptions after the
: If I interrupt my IndexWriter with a kill signal, must of the time I
: will be left with a lock file AND corrupted index files (the searcher
: will throw some IllegalStateExceptions after the lock file is
: deleted).
if you are trying to deal with teh possibility that your indexing process
migh
Chris,
I really would like only this extra files, but I have the same problem here.
If I interrupt my IndexWriter with a kill signal, must of the time I
will be left with a lock file AND corrupted index files (the searcher
will throw some IllegalStateExceptions after the lock file is
deleted).
P
: I'm relatively new to Lucene and I've been trying to index a large
: number of html files. If my operation is interrupted the index
: appears to be corrupted. I can no longer open it for searching with
: IndexSearcher (and no amount of toying with Luke's options seems to
: help if I try to bro
I'm relatively new to Lucene and I've been trying to index a large
number of html files. If my operation is interrupted the index
appears to be corrupted. I can no longer open it for searching with
IndexSearcher (and no amount of toying with Luke's options seems to
help if I try to browse