[GitHub] lucenenet pull request #187: Fixed 76 QueryParser Failing Tests

2016-10-04 Thread synhershko
Github user synhershko commented on a diff in the pull request: https://github.com/apache/lucenenet/pull/187#discussion_r81840724 --- Diff: src/Lucene.Net.QueryParser/Surround/Parser/QueryParser.cs --- @@ -883,7 +883,7 @@ private void Jj_rescan_token()

[GitHub] lucenenet pull request #187: Fixed 76 QueryParser Failing Tests

2016-09-22 Thread NightOwl888
GitHub user NightOwl888 opened a pull request: https://github.com/apache/lucenenet/pull/187 Fixed 76 QueryParser Failing Tests This fixes 76 of the 77 failing tests in QueryParser. The remaining one is a matter of completing the test implementation (or removing it entirely