GitHub user guidotag opened a pull request:
https://github.com/apache/lucenenet/pull/92
Fix on the PQ.
Important: Please cherry pick Feb09's commits. Feb06 was already pushed to
apache/master.
The minor change is just something I saw while trying to fix another bug. A
String's length might not be the same as the represented utf16's length.
The second change is on the PQ. Heapify was swapping incorrectly. This
solved TestFuzzyQuery/TestFuzziness and TestFuzzyQuery/TestTieBreaker.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guidotag/lucenenet ms_search_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/92.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 #92
----
commit 5e6db1d9284f3ae0a74f119e329127279f066294
Author: Guido Tagliavini Ponce <[email protected]>
Date: 2015-02-07T01:17:20Z
Fixed string appending. It was converting Unicode codepoints into string's
in a wrong manner.
commit b88629269393168db457503621198979b87576ee
Author: Guido Tagliavini Ponce <[email protected]>
Date: 2015-02-10T01:58:36Z
Minor.
commit 8d0ceba9a2ace69afc77cad23e1fd63b8ffb3122
Author: Guido Tagliavini Ponce <[email protected]>
Date: 2015-02-10T01:59:56Z
Fix on the PQ's heapify.
----
---
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.
---