Hi guys! I don't know if I've missed some crucial feature here, but how d'you actually force an IndexSearcher (and hence, the underlying IndexReader) to go read-only? The default behaviour now seems to be that the first one to acquire a lock automatically gets a read/write-lock, instead of leaving that optional. What's the deal here?
Thanks, Fredrik
