[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucenenet/pull/190 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-05 Thread NightOwl888
Github user NightOwl888 commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/190#discussion_r82028685 --- Diff: src/Lucene.Net.Core/Support/DataInputStream.cs --- @@ -0,0 +1,323 @@ +using System; +using System.IO; + +namespace

[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-05 Thread NightOwl888
Github user NightOwl888 commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/190#discussion_r82028284 --- Diff: Lucene.Net.sln --- @@ -59,14 +60,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Suggest", "src\L EndProject

[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-04 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/190#discussion_r81838986 --- Diff: Lucene.Net.sln --- @@ -59,14 +60,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lucene.Net.Suggest", "src\L EndProject

[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-04 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/190#discussion_r81839278 --- Diff: src/Lucene.Net.Core/Support/DataInputStream.cs --- @@ -0,0 +1,323 @@ +using System; +using System.IO; + +namespace

[GitHub] lucenenet pull request #190: Ported Analysis.Stempel

2016-10-03 Thread NightOwl888
GitHub user NightOwl888 opened a pull request: https://github.com/apache/lucenenet/pull/190 Ported Analysis.Stempel All 16 tests are passing. I ended up porting over `DataInputStream` and `DataOutputStream` and their corresponding interfaces from Java to save time. There