Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Lucene.Net.Benchmark.ByTask.Feeds.SpatialDocMaker.DictionaryAnonymousClass implementation #443

Merged
merged 1 commit into from Mar 15, 2021

Conversation

NightOwl888
Copy link
Contributor

Since Dictionary this[key] is not marked virtual in .NET, subclassing Dictionary<string, string> is not a valid approach. So we implement IDictionary<string, string> instead.

Also made note of other TODOs about missing parameters in Spatial4n: NightOwl888/Spatial4n#1. Since we don't want to introduce breaking changes in Spatial4n, there is no need to do anything in Lucene.NET when it is fixed.

…ary this[key] is not marked virtual in .NET, subclassing Dictionary<string, string> is not a valid approach. So we implement IDictionary<string, string> instead.
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00014 milestone Mar 15, 2021
@NightOwl888 NightOwl888 merged commit 2731bfd into apache:master Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant