Re: [Lucene.Net] Roadmap

2011-11-21 Thread casper...@caspershouse.com
as they are now. - Nick From: "Christopher Currens" Sent: Monday, November 21, 2011 3:18 PM To: lucene-net-...@lucene.apache.org, casper...@caspershouse.com Subject: Re: [Lucene.Net] Roadmap Some of the Lucene classes have Dispose methods, well, ones that cal

Re: [Lucene.Net] Roadmap

2011-11-21 Thread casper...@caspershouse.com
+1 on the suggestion to move Close -> IDisposable; not being able to use "using" is such a pain, and an eyesore on the code. Although it will have to be done properly, and not just have Dispose call Close (you should have proper protected virtual Dispose methods to take inheritance into accoun