mq00fc opened a new issue, #649: URL: https://github.com/apache/lucenenet/issues/649
I'm sorry to ask here, I really can't find how to use the distinct function on lucene.net4.8 beta16. My idea is to construct query conditions first, then filter, and finally get the result of the query as Distinct For example, the current query field results are: 1,1,1,1,1,5,6,7,8,4,5,6,4,5,6,5,5,4 Distinct result: 1, 5, 6, 7, 8, 4 I read Lucene.net.grouping on the official website But the demo can't run normally, I'm helpless, looking forward to your reply. Thanks! -- 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]
