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.