Re: restart interrupted index

2006-03-21 Thread Rob Young
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

Re: restart interrupted index

2006-03-16 Thread Chris Hostetter
: 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

Re: restart interrupted index

2006-03-16 Thread Paulo Silveira
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

re: restart interrupted index

2006-03-16 Thread Chris Hostetter
: 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

re: restart interrupted index

2006-03-16 Thread Michael Dodson
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