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 9aea45c Adds beta10/11 download pages
new 3c4cfa4 BUG: Fixed surrogate pair and culture-sensitivity issues with
many analyzers. (see #296)
new 9ce76e9 BUG: Lucene.Net.Analysis.Common: Fixed classes that were
originally using invariant culture to do so again. J2N's Character class
default is to use the current culture, which had changed from the prior
Character class that used invariant culture. Fixes
TestICUFoldingFilter::TestRandomStrings().
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:
.../Analysis/Core/LetterTokenizer.cs | 2 +-
.../Analysis/Core/LowerCaseTokenizer.cs | 5 +--
.../Analysis/Core/WhitespaceTokenizer.cs | 5 +--
.../Analysis/El/GreekLowerCaseFilter.cs | 5 ++-
.../Analysis/En/PorterStemmer.cs | 4 +--
.../Analysis/Ga/IrishLowerCaseFilter.cs | 5 ++-
.../Miscellaneous/StemmerOverrideFilter.cs | 5 +--
.../Miscellaneous/WordDelimiterIterator.cs | 17 +++++-----
.../Analysis/Synonym/SynonymFilter.cs | 10 +++---
.../Analysis/Th/ThaiTokenizer.cs | 2 +-
.../Analysis/Tr/TurkishLowerCaseFilter.cs | 39 ++++------------------
.../Analysis/Util/CharArrayMap.cs | 12 +++----
.../Analysis/Util/CharacterUtils.cs | 4 +--
.../Morfologik/MorfologikFilter.cs | 5 ++-
.../Analysis/MockTokenizer.cs | 3 +-
.../Miscellaneous/TestStemmerOverrideFilter.cs | 2 +-
.../Payloads/TypeAsPayloadTokenFilterTest.cs | 5 +--
.../Analysis/Util/TestCharArraySet.cs | 6 ++--
.../TestPostingsHighlighterRanking.cs | 2 +-
.../Support/TestWeakDictionaryBehavior.cs | 2 +-
.../TestICUPostingsHighlighterRanking.cs | 2 +-
21 files changed, 66 insertions(+), 76 deletions(-)