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 94b0e3c PERFORMANCE: Lucene.Net.Tartarus.Snowball: Refactored to use
Func<bool> instead of a Reflection call to execute stemmer code as in the
original C# port: https://github.com/snowballstem/snowball
new fa6e2fc Fixed casting bug in grouping search
new 2d3ba67 Added Additional GroupingSearch tests to demonstrate usage.
new ca67f23 Made minor changes to comments related to Grouping Search
new 15962b5 Added missing [Test] tag to a recently added Grouping test
new 88ea775 Fixed issue with newly added Grouping Tests not passing in
Unix.
new ffaf565 Improved approach of fixing bug in newly added Grouping unit
tests on unix.
The 6 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:
.../AbstractAllGroupHeadsCollector.cs | 2 +-
src/Lucene.Net.Grouping/GroupingSearch.cs | 4 +-
src/Lucene.Net.Tests.Grouping/TestGroupingExtra.cs | 512 +++++++++++++++++++++
3 files changed, 516 insertions(+), 2 deletions(-)
create mode 100644 src/Lucene.Net.Tests.Grouping/TestGroupingExtra.cs