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 1274197 Lucene.Net.Store.FSDirectory: Fixed broken XML doc comment
new d90db02 Converted anonymous IComparer<T> classes to use
Comparer.Create() delegate method
new bed4c2c renamed start/end to startIndex/length
new 5ca25da azure-pipelines.yml, build.ps1: Updated command to update
version numbers from the (no longer supported) vso[task.setvariable
variable=Build.BuildNumber] to vso[build.updatebuildnumber] (closes #239)
The 3 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:
azure-pipelines.yml | 4 +-
build/build.ps1 | 1 -
.../Analysis/Hunspell/Dictionary.cs | 98 ++++++++----------
.../Analysis/Hunspell/HunspellStemFilter.cs | 25 ++---
.../Analysis/Util/OpenStringBuilder.cs | 18 ++--
.../Dict/UserDictionary.cs | 14 +--
.../Tools/TokenInfoDictionaryBuilder.cs | 12 +--
.../Tools/UnknownDictionaryBuilder.cs | 16 ++-
.../SortedSet/SortedSetDocValuesFacetCounts.cs | 18 +---
src/Lucene.Net.Facet/Taxonomy/TaxonomyFacets.cs | 31 ++----
.../PostingsHighlight/PostingsHighlighter.cs | 47 ++++-----
.../VectorHighlight/BaseFragmentsBuilder.cs | 14 +--
.../Suggest/Analyzing/AnalyzingSuggester.cs | 10 +-
.../Suggest/Analyzing/FreeTextSuggester.cs | 62 ++++--------
.../Suggest/Fst/WFSTCompletionLookup.cs | 16 +--
.../Suggest/SortedInputIterator.cs | 111 ++++++++++-----------
.../Suggest/SortedTermFreqIteratorWrapper.cs | 58 +++++------
.../Analysis/Core/TestRandomChains.cs | 16 +--
src/Lucene.Net.Tests.Facet/FacetTestCase.cs | 57 ++---------
.../AllGroupHeadsCollectorTest.cs | 27 +----
.../DistinctValuesCollectorTest.cs | 49 ++++-----
.../GroupFacetCollectorTest.cs | 79 ++++++---------
src/Lucene.Net.Tests.Grouping/TestGrouping.cs | 21 +---
src/Lucene.Net.Tests.Join/TestJoinUtil.cs | 35 ++-----
src/Lucene.Net.Tests/Index/TestStressIndexing2.cs | 13 +--
src/Lucene.Net.Tests/Search/TestQueryRescorer.cs | 68 ++++---------
src/Lucene.Net.Tests/Search/TestSortRandom.cs | 83 +++++++--------
src/Lucene.Net.Tests/Search/TestSortRescorer.cs | 64 ++++--------
src/Lucene.Net.Tests/Util/Fst/TestFSTs.cs | 32 +-----
src/Lucene.Net.Tests/Util/TestOfflineSorter.cs | 27 ++---
.../Codecs/Lucene3x/Lucene3xTermVectorsReader.cs | 19 +---
src/Lucene.Net/Index/BufferedUpdatesStream.cs | 13 +--
src/Lucene.Net/Index/ConcurrentMergeScheduler.cs | 29 ++----
src/Lucene.Net/Index/DocFieldProcessor.cs | 14 +--
src/Lucene.Net/Search/ConjunctionScorer.cs | 20 +---
src/Lucene.Net/Search/MinShouldMatchSumScorer.cs | 17 +---
src/Lucene.Net/Search/QueryRescorer.cs | 49 ++-------
src/Lucene.Net/Search/SloppyPhraseScorer.cs | 19 +---
src/Lucene.Net/Search/SortRescorer.cs | 17 +---
src/Lucene.Net/Search/TopTermsRewrite.cs | 19 +---
src/Lucene.Net/Util/StringHelper.cs | 57 +++++------
src/Lucene.Net/Util/WAH8DocIdSet.cs | 24 ++---
42 files changed, 438 insertions(+), 985 deletions(-)