-
Notifications
You must be signed in to change notification settings - Fork 25.6k
change equal methods #101293
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
change equal methods #101293
Conversation
|
Pinging @elastic/es-search (Team:Search) |
cbuescher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the three DecayFunction implementations need any equals or hashcode implementation, they are all three final static members so Object.equals should be sufficient. I would say lets remove them altogether.
OperationModeUpdateTask hasn't anything to do with the original issue, lets not touch it.
|
Looks like this was superseded by #107415 (Thanks nonetheless for trying to fix the issue I had reported!) |
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
Changing equal methods according to the issue #100870