GitHub user laimis opened a pull request:
https://github.com/apache/lucenenet/pull/49
fix ReverseByteReader Position setter
Part of the code that belonged in Forward reader had ended up in Reverse
reader during port. Reviewed bot iterators to make sure they match what exists
https://github.com/apache/lucene-solr/blob/lucene_solr_4_8_0/lucene/core/src/java/org/apache/lucene/util/fst/BytesStore.java
This also now passes a bunch of failures in Lucene42Codec tests.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laimis/lucenenet BytesStore_fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/49.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 #49
----
commit ab58fa245516076f6aa2322af1998cbf61777b0d
Author: Laimonas Simutis <[email protected]>
Date: 2015-01-16T15:07:34Z
fix ReverseByteReader Position setter
----
---
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.
---