I'd assume so, at least partially I just copy-pasted from one method below
On Thu, Jun 14, 2012 at 2:52 PM, Stefan Bodewig <bode...@apache.org> wrote: > On 2012-06-14, <synhers...@apache.org> wrote: > > >> /// <p/>Currently this returns <see > cref="SimpleFSDirectory" /> as > >> /// NIOFSDirectory is currently not supported. > >> /// > >> /// <p/><b>NOTE</b>: this method may suddenly change which > >> /// implementation is returned from release to release, in > >> /// the event that higher performance defaults become > >> /// possible; if the precise implementation is important to > >> /// your application, please instantiate it directly, > >> /// instead. On 64 bit systems, it may also good to > >> /// return <see cref="MMapDirectory" />, but this is > disabled > >> /// because of officially missing unmap support in Java. > >> /// For optimal performance you should consider using > >> /// this implementation on 64 bit JVMs. > > Does this apply to the .NET code? > > Stefan > >