Re: Possible exceptions using IndexReader IndexWriter

2006-09-18 Thread Jason Polites
I've also seen FileNotFound exceptions when attempting a search on an index while it's being updated, and the searcher is in a different JVM. This is supposed to be supported, but on Windows seems to regularly fail (for me anyway). The simplest solution to this would be a service oriented

Re: Possible exceptions using IndexReader IndexWriter

2006-09-18 Thread Michael McCandless
Jason Polites wrote: I've also seen FileNotFound exceptions when attempting a search on an index while it's being updated, and the searcher is in a different JVM. This is supposed to be supported, but on Windows seems to regularly fail (for me anyway). Note that this use case (accessing one

Possible exceptions using IndexReader IndexWriter

2006-09-17 Thread Jed Wesley-Smith
all, We're just wondering if anyone has seen any exceptions when using the IndexWriter.addDocument(...) or IndexReader.deleteDocuments(Term term) methods apart from catastrophic IOExceptions (disk full/failed etc.). Is it possible for instance that we may be able to create a document that

Re: Possible exceptions using IndexReader IndexWriter

2006-09-17 Thread Yonik Seeley
On 9/18/06, Jed Wesley-Smith [EMAIL PROTECTED] wrote: We're just wondering if anyone has seen any exceptions when using the IndexWriter.addDocument(...) or IndexReader.deleteDocuments(Term term) methods apart from catastrophic IOExceptions (disk full/failed etc.). And out-of-memory exceptions.