NightOwl888 opened a new issue, #1199: URL: https://github.com/apache/lucenenet/issues/1199
### Is there an existing issue for this? - [x] I have searched the existing issues ### Task description J2N 2.2.0-alpha-0021 added a backport of the .NET 9 `OrderedDictionary<TKey, TValue>` class, which is a more efficient implementation than J2N's `LinkedDictionary<TKey, TValue>`. It should be a drop-in replacement, but there may be some minor fixup work to do to map to the new API. The task is to swap all usage of `LinkedDictionary<TKey, TValue>` with `OrderedDictionary<TKey, TValue>` and to ensure that all tests pass. -- 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]
