Re: COMMIT_LOCK_TIMEOUT - IndexSearcher/IndexReader

2006-06-12 Thread Michael Duval
uper-large index on a slow disk? As for new ctors, I suppose they wouldn't hurt, if there really is a need for them. But 10 seconds is a long time... Otis - Original Message ---- From: Michael Duval <[EMAIL PROTECTED]> To: Java-user@lucene.apache.org Sent: Friday, June 9, 200

COMMIT_LOCK_TIMEOUT - IndexSearcher/IndexReader

2006-06-09 Thread Michael Duval
Hi All, Has anyone else out there come across the shortcomings of the new COMMIT_LOCK_TIMEOUT in regards to searching on an actively updated Index? It used to be a settable system property and therefor "semi" dynamic across a system with multiple readers/searchers and one writer. I am awar