I'm using Lucene Net 3.0.3. It is unclear to me whether or not multiple
IndexWriter's can exist for the same index without trashing it. I'm working
on a web application, and I know IndexWriter is thread safe, but I'm
wondering if there's a way to isolate Commit and Rollback functionality to
specific threads without having to block all other requests via external
locking.

--
Justin Overton

Reply via email to