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 36fbd60d7 Update SlowSynonymFilter.cs
new 7edfa94b3 BUG: Lucene.Net.Util.OfflineSorter: Fixed the Sort() and
SortPartition() methods so they use the tempDirectory parameter that is passed
through the constructor, as was the case in Lucene. Added a constructor
overload to specify the directory as a string (a .NET convention).
new 33ac7ed3b BREAKING: Lucene.Net.Util.OfflineSorter: Changed
DefaultTempDir() > GetDefaultTempDir().
new 244ee24c5 Lucene.Net.Util.OfflineSorter: Added guard clauses (and
removed asserts). Enabled nullable reference type support. Added disposed flag
to ensure dispose only happens once.
new a2b4c3119 Lucene.Net.Util.OfflineSorter (ByteSequencesReader +
ByteSequencesWriter): Added constructor overloads to pass the file name as a
string (.NET convention)
The 4 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:
.../Analysis/Hunspell/Dictionary.cs | 2 +-
.../Suggest/Analyzing/AnalyzingSuggester.cs | 2 +-
.../Suggest/Analyzing/FreeTextSuggester.cs | 2 +-
.../Suggest/Fst/FSTCompletionLookup.cs | 4 +-
.../Suggest/SortedInputIterator.cs | 2 +-
.../Suggest/SortedTermFreqIteratorWrapper.cs | 2 +-
src/Lucene.Net.Tests/Util/TestOfflineSorter.cs | 6 +-
src/Lucene.Net/Util/OfflineSorter.cs | 184 ++++++++++++++++-----
8 files changed, 154 insertions(+), 50 deletions(-)