You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/05/02 22:24:11 UTC

[lucenenet] branch master updated (807ce0b -> 221fa4a)

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 807ce0b  Lucene.Net.Support: Factored out BitArrayExtensions and replaced all occurrences of BitArray with BitSet. Removed FEATURE_BITARRAY_COPYTO.
     new 7582412  Improved GroupingSearch Search API and added GroupByField and GroupByFunction methods.
     new d00f948  Added 8 more grouping tests and improved existing grouping tests.
     new 208cc21  Fixed XML comment with unresolvable cref attribute i FunctionAllGroupsCollector
     new 6f251db  Removed a stray line of code from several recently submitted Grouping Tests
     new f84da4e  Merge branch 'master' into Grouping_improvements__2
     new c2efce7  Lucene.Net.Tests.Grouping.TestGroupingExtra: Use TEST_VERSION_CURRENT instead of LuceneVersion.LUCENE_48
     new ae6f609  Lucene.Net.Grouping.GroupingSearch::Search(): Fixed typo in error message and throw InvalidOperationException
     new c1ed927  Lucene.Net.Grouping: Replaced LUCENET with LUCENENET in comments
     new 221fa4a  Merge pull request #475 from rclabo/Grouping_improvements__2

The 6253 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:
 .../Function/FunctionAllGroupsCollector.cs         |   9 +-
 .../Function/FunctionFirstPassGroupingCollector.cs |  13 +-
 .../FunctionSecondPassGroupingCollector.cs         |  15 +-
 src/Lucene.Net.Grouping/GroupingSearch.cs          | 321 +++++--
 .../AllGroupsCollectorTest.cs                      |   3 +-
 .../DistinctValuesCollectorTest.cs                 |   6 +-
 src/Lucene.Net.Tests.Grouping/TestGrouping.cs      |  20 +-
 src/Lucene.Net.Tests.Grouping/TestGroupingExtra.cs | 921 ++++++++++++++++++++-
 8 files changed, 1192 insertions(+), 116 deletions(-)