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 ba1d70b BUG:
Lucene.Net.TestFramework.Util.TestUtil::RandomAnalysisString()
J2N.Randomizer.Next(int) throws ArgumentOutOfRangeException when the argument
is 0 (confirmed this is how it works in Java). So, we need to skip the method
in that case and pass 0 through.
new 485d53e SWEEP: Made stateless private sealed comparers into
singletons (unless they already have a static property)
new 558e040 BREAKING: Lucene.Net.Misc: Made DocFreqComparer and
TotalTermFreqComparer into static singletons, only accessible by the Default
property.
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:
.../Language/DaitchMokotoffSoundex.cs | 6 +++++-
.../ByTask/Feeds/ContentItemsSource.cs | 6 +++++-
.../ByTask/Feeds/DirContentSource.cs | 6 +++++-
src/Lucene.Net.Highlighter/Highlight/TokenSources.cs | 6 +++++-
src/Lucene.Net.Misc/Misc/HighFreqTerms.cs | 11 +++++++++--
.../Spell/WordBreakSpellChecker.cs | 20 ++++++++++++++------
src/Lucene.Net.Tests.Misc/Misc/TestHighFreqTerms.cs | 20 ++++++++++----------
7 files changed, 53 insertions(+), 22 deletions(-)