paulirwin commented on issue #1059:
URL: https://github.com/apache/lucenenet/issues/1059#issuecomment-2543990389

   This is going well so far, I'll have a commit soon. I'm creating adapter 
classes to adapt i.e. an `IList<GC>` to `IList<IGroupCount>` for use in 
AbstractDistinctValuesCollector and such, so that we can use the generic 
interfaces in a non-generic interface instead of having to use the non-generic 
ICollection/IList/etc, and without having to use LINQ to create new collections 
just to cast those values.


-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to