rclabo commented on issue #649: URL: https://github.com/apache/lucenenet/issues/649#issuecomment-1276342977
There may be a faster way to get distinct values but the grouping functionality should be able to accomplish that. It's been awhile since I worked with the grouping functionality but take a look at [TestGroupingExtra.cs](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Tests.Grouping/TestGroupingExtra.cs) which contains a bunch of tests I created to better understand how grouping works. You may find it helpful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
