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
depending on exactly how to handle the TimeZone).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NightOwl888/lucenenet queryparser-bugz
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/187.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 #187
----
commit 3f86e8cf864c407b29a101e9c4f4a0a4cf958c85
Author: Shad Storhaug <[email protected]>
Date: 2016-09-19T04:25:21Z
Changed default namespace of QueryParser to QueryParsers to avoid
namespace/class name collisions.
commit 95e2e5d2a79fa6bac29eefd54220a62701e528ab
Author: Shad Storhaug <[email protected]>
Date: 2016-09-19T05:00:40Z
Fixed all compiler warnings in QueryParser
commit d4b005cd4269f95e47f6a63237c0f0ee77af9e78
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T05:25:22Z
Fixed string comparison bug in QueryParser.Surround.Query.SimpleTerm
commit 5daf702008a30c1ace762c67f25db98e2249b612
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T05:28:40Z
Fixed bug in QueryParser.Surround.Parser.QueryParserTokenManager that
caused all of the Surround QueryParser tests to fail.
commit 834d91e7b8e0aa7ff169c1d44c2b9a3eec14f23e
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T05:31:16Z
Fixed bug in the Core.Search.Query class. We cannot set the Boost property
in the constructor, since subclasses can override it and throw exceptions.
commit f4f94534d902fa8a5ec67b9acc34a6446838f5ce
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T05:38:28Z
Fixed bug in
QueryParser.Surround.Query.DistanceQuery.DistanceSubQueryNotAllowed() that was
causing a null reference exception when the type of query does not implement
IDistanceSubQuery.
commit 1757a607b180dd9ebda03ca4261b5939e2fa7d19
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T07:36:21Z
Fixed bugs in the QueryParser.Simple.TestSimpleQueryParser tests that were
inverting the logic and testing for enabled rather than disabled option states.
commit dee8fb41c8149a73ef090b6ce902eda27c9ba9fc
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T07:38:11Z
Finished implementation of QueryParser.Surround.Query.SrndTruncQuery
commit 97bd5828a386bbe90e3ccc301fa4ec68bc2e0ae6
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T08:46:44Z
Added missing QueryParser.Analyzing.AnalyzingQueryParser.GetPrefixQuery
override that was causing the TestAnalyzingQueryParser.TestPrefixQuery() test
to fail.
commit 195bbfc754731075f2ecb7fee325dba9bab09152
Author: Shad Storhaug <[email protected]>
Date: 2016-09-22T08:47:46Z
Changed all "String" references to "string" in QueryParser
----
---
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.
---