You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2010/03/18 18:20:27 UTC

[jira] Closed: (LUCENENET-352) invalid argument mapping System.IO.Directory in some methods. for example (Lucene.Net.Index.IndexReader(System.IO.Directory))

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

Digy closed LUCENENET-352.
--------------------------

    Resolution: Invalid

There is no method like *Lucene.Net.Index.IndexReader(System.IO.Directory)*
It is *Lucene.Net.Index.IndexReader(Lucene.Net.Store.Directory)*

DIGY

> invalid argument mapping System.IO.Directory in some methods. for example (Lucene.Net.Index.IndexReader(System.IO.Directory))
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-352
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-352
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: stel
>            Priority: Minor
>
> System.IO.Directory is static class in Microsoft .NET Framework.
> Lucene.Net.Index.IndexReader(System.IO.Directory) should be Lucene.Net.Index.IndexReader(System.IO.DirectoryInfo).
>  

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