This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git.
from 1383437 BUG:
Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader::NextDoc(): Assert was
using BytesRef.Utf8ToString(), which was causing exceptions when the BytesRef
didn't contain valid UTF8. Changed to use BytesRefFormatter, which defers the
call to convert the BytesRef until after the assert fails.
new cc76918 BUG:
Lucene.Net.Util.Automation.MinimizationOperations::MinimizeHopcroft(): Fixed
call to OpenBitSet.Clear() to specify one past the end index as per the docs.
This was causing Lucene.Net.Codecs.Lucene41.TestBlockPostingsFormat3.Test() to
fail randomly.
new c296087 Lucene.Net.Util: Added TODOs about fixing the APIs of
OpenBitSet and FixedBitSet to use index and length rather than startIndex and
endIndex.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Lucene.Net/Util/Automaton/MinimizationOperations.cs | 3 +--
src/Lucene.Net/Util/FixedBitSet.cs | 2 +-
src/Lucene.Net/Util/OpenBitSet.cs | 8 ++++----
3 files changed, 6 insertions(+), 7 deletions(-)