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 cfcbb35 Merge pull request #233 from
stevetemple/feature/join-mappings-in-jdoc-converter
new 4eeb1ae Lucene.Net.Support.SetExtensions: Factored out AddAll in
favor of UnionWith, PutAll, or AddRange depending on the collection type
new aa1da68 Lucene.Net.Support.Number::BitCount(long): Replaced
implementation with the one from Apache Harmony, which benchmarked 9.5x faster
new de4fd37 BUG: Lucene.Net.Support.Number::BitCount(int) does not pass
Harmony tests. Replaced the implementation with one that does.
new dfdf708 Lucene.Net.Support.Number: Factored out ToString(long) in
favor of long.ToString(CultureInfo.InvariantCulture)
new 2072092 Upgraded to Morfologik.Stemming 2.1.6-alpha-0002
new bebbae9 Upgraded to ICU4N 60.1.0-alpha.192
new 85f824c Lucene.Net.Support.BitArrayExtensions::Cardinality():
Replaced implementation with one that benchmarked more than 3x faster, at the
cost of a small amount of RAM
The 7 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:
build/Dependencies.props | 4 +-
.../Analysis/Icu/ICUTransformFilter.cs | 40 +++++---------
.../Icu/Segmentation/BreakIteratorWrapper.cs | 36 ++++--------
.../Icu/Segmentation/CompositeBreakIterator.cs | 10 +---
.../Icu/Segmentation/DefaultICUTokenizerConfig.cs | 10 ++--
.../Icu/Segmentation/ICUTokenizerConfig.cs | 2 +-
src/Lucene.Net.Facet/DrillDownQuery.cs | 9 ++-
.../PostingsHighlight/MultiTermHighlighting.cs | 51 ++++++++---------
.../VectorHighlight/BaseFragmentsBuilder.cs | 2 +-
.../VectorHighlight/FieldPhraseList.cs | 4 +-
src/Lucene.Net.Queries/CommonTermsQuery.cs | 2 +-
src/Lucene.Net.Suggest/Spell/DirectSpellChecker.cs | 4 +-
.../Index/ThreadedIndexingAndSearchingTestCase.cs | 6 +-
.../JavaCompatibility/SystemTypesHelpers.cs | 2 +-
.../Util/TestRuleSetupAndRestoreClassEnv.cs | 2 +-
.../Analysis/Util/TestCharArraySet.cs | 12 ++--
.../TestPostingsHighlighterRanking.cs | 2 +-
src/Lucene.Net.Tests.Join/TestJoinUtil.cs | 2 +-
src/Lucene.Net.Tests/Index/TestNeverDelete.cs | 2 +-
src/Lucene.Net.Tests/Index/TestPrefixCodedTerms.cs | 2 +-
src/Lucene.Net/Support/BitArrayExtensions.cs | 36 +++++++++++-
src/Lucene.Net/Support/Number.cs | 64 +++++-----------------
src/Lucene.Net/Support/SetExtensions.cs | 9 ---
.../TestICUPostingsHighlighterRanking.cs | 2 +-
24 files changed, 133 insertions(+), 182 deletions(-)