GitHub user WakeflyCBass opened a pull request:
https://github.com/apache/lucenenet/pull/160
Adding two Grouping classes and supporting Arrays.cs methods.
Added AbstractDistinctValuesCollector and TermDistinctValuesCollector, and
modified Arrays object to have some helper methods Java has in Arrays.
I added an interface to allow AbstractDistinctValuesCollector to only have
one type parameter, without it we'd have had to say
"AbstractDistinctValuesCollector<T,U> : Collector where T :
AbstractDistinctValuesCollector.GroupCount<U>", which is redundant but
necessary in C#.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WakeflyCBass/lucenenet patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/160.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #160
----
commit 5efaf750b585f553087ef979aeb08e3a599204c2
Author: WakeflyCBass <[email protected]>
Date: 2016-01-27T16:43:35Z
Added Sort and BinarySearch methods
These methods are used in some of the collectors in Java Lucene 4.8 and
will be needed.
commit 2906807c239b1b1aec040a8871307b8e37b73c63
Author: WakeflyCBass <[email protected]>
Date: 2016-01-27T17:10:41Z
Create AbstractDistinctValuesCollector.cs
Created based on 4.8 version of Lucene
commit c6d7bec47383919793721ecf9ca5f6966fb86033
Author: WakeflyCBass <[email protected]>
Date: 2016-01-27T17:11:16Z
Create TermDistinctValuesCollector.cs
Created based on 4.8.0.0 version of Lucene
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---