[ 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.