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 494cdb4 build: Upgraded all automated tests to use 6.0.100 SDK
new d576e02 Lucene.Net.Index.TestDuelingCodecs::TestEquals(): removed
[AwaitsFix] attribute
new c7fbc2d Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader:
Re-ported to rule out any logic problems that were introduced by rearranging
the statements
new 617ba97 Lucene.Net.Codecs.SimpleText.SimpleTextFieldsWriter:
Re-ported to rule out any logic problems that were introduced by rearranging
the statements
new 17ba5d3 Lucene.Net.TestFramework.Analysis.MockAnalyzer: Removed
unnecessary nullable dictionary value
new a80eaeb BUG:
Lucene.Net.Codecs.BlockTreeTermsReader.IntersectEnum.Frame::Load(): Fixed issue
with inverted logic on RunAutomaton.IsAccept() call that was causing random
failures. Added a nightly regression test. (fixes #545)
The 5 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:
.../SimpleText/SimpleTextFieldsReader.cs | 622 +++++++++++----------
.../SimpleText/SimpleTextFieldsWriter.cs | 116 ++--
.../Analysis/MockAnalyzer.cs | 7 +-
src/Lucene.Net.Tests/Index/TestDuelingCodecs.cs | 100 +++-
src/Lucene.Net/Codecs/BlockTreeTermsReader.cs | 2 +-
5 files changed, 477 insertions(+), 370 deletions(-)