RE: what if the IndexReader crashes, after delete, before close.

2005-01-11 Thread Peter Veentjer - Anchor Men
Message - From: Peter Veentjer - Anchor Men [EMAIL PROTECTED] To: lucene-user@jakarta.apache.org Sent: Saturday, January 08, 2005 4:08 AM Subject: what if the IndexReader crashes, after delete, before close. What happens to the Index if the IndexReader crashes, after I have deleted documents

document relations

2005-01-10 Thread Peter Veentjer - Anchor Men
thought about this? Met vriendelijke groet, Peter Veentjer Anchor Men Interactive Solutions - duidelijk in zakelijke internetoplossingen Praediniussingel 41 9711 AE Groningen T: 050-3115222 F: 050-5891696 E: [EMAIL PROTECTED] I : www.anchormen.nl blocked::http://www.anchormen.nl/

what if the IndexReader crashes, after delete, before close.

2005-01-08 Thread Peter Veentjer - Anchor Men
What happens to the Index if the IndexReader crashes, after I have deleted documents, and before I have called close. Are the deletes ignored? Is the Index screwed up? Is the filesystem screwed up (if a document is deleted new delete-files appear) so are the delete-files still there (and can

some thoughts about adding transactions.

2005-01-08 Thread Peter Veentjer - Anchor Men
If have a question about transactions . Lucene doesn`t support transactions but I find it very important and I think it is possible to add some kind of rollback/commit functionality to make sure the index doesn`t corrupt.. With lucene every segment is immutable (this is a perfect starting

RE: Lucene Book in UK

2005-01-06 Thread Peter Veentjer - Anchor Men
You could buy the ebook from Manning.. It only costs $22,50 and that makes 16 euro :) I have bought it there.. 2 minutes later I was reading it. -Oorspronkelijk bericht- Van: David Townsend [mailto:[EMAIL PROTECTED] Verzonden: donderdag 6 januari 2005 19:24 Aan: Lucene Users List

how to create a long lasting unique key?

2005-01-04 Thread Peter Veentjer - Anchor Men
What is the best way to create a key for a document? I know the id (from hits) can not be used, but what is a good way to create a key I need this key for a webapplication. At the moment every document can be identified with the filelocation key, but I would rather some kind of integer for the