[ 
https://issues.apache.org/jira/browse/LUCENENET-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

George Aroush resolved LUCENENET-208.
-------------------------------------

    Resolution: Fixed

Patch applied.  Thanks Mike!

Btw, this patch had an extra change which I believe belongs to another patch.  
It's this change:

        Index: trunk/C#/src/Test/Util/LuceneTestCase.cs
        ===================================================================
        --- trunk/C#/src/Test/Util/LuceneTestCase.cs    (revision 834161)
        +++ trunk/C#/src/Test/Util/LuceneTestCase.cs    (working copy)
        @@ -116,6 +116,8 @@
                                
                                TokenStream.SetOnlyUseNewAPI(savedAPISetting);
                                //base.TearDown();  // {{Aroush-2.9}}
        +
        +            this.seed_init = false;
                        }
                        
                        /// <summary> Asserts that FieldCacheSanityChecker does 
not detect any 

I left it out of this patch, but will include it with its proper patch.

> NIOFSDirectory support [2.9]
> ----------------------------
>
>                 Key: LUCENENET-208
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-208
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Michael Garski
>         Attachments: TestBufferedIndexInput.patch
>
>
> Due to the lack of equivalent underlying IO support in the .Net framework, 
> the NIOFSDirectory cannot be implemented at this time.  It may be possible to 
> achieve similar results using native Win32 calls and this issue can be 
> re-opened and addressed at any time.
> I will stub out the class similar to how DIGY did for version 2.4.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to