GitHub user laimis opened a pull request:
https://github.com/apache/lucenenet/pull/28
add check for null in Query Equals, dictionary usage fixes
Couple unit tests fail because Query Equals does not check for null values
before trying to check type. Also found a few spots where ContainsKey should
have been used instead of dict[key] == null.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laimis/lucenenet minor_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/28.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #28
----
commit c9caf7c348f39625a4e7817bce46ccb0ff6fa835
Author: Laimonas Simutis <[email protected]>
Date: 2014-12-27T01:19:10Z
Query equals check for null, dictionary usage fixes
----
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---