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

LUCENE-8664: Add equals/hashcode methods to TotalHits class #552

Merged
merged 2 commits into from
Jan 30, 2019
Merged

LUCENE-8664: Add equals/hashcode methods to TotalHits class #552

merged 2 commits into from
Jan 30, 2019

Conversation

javanna
Copy link
Contributor

@javanna javanna commented Jan 29, 2019

Adding equals/hashcode to TotalHits is convenient for quick comparisons, especially for users that may use it as part of bigger objects that have their own equals/hashcode.

Fixes https://issues.apache.org/jira/browse/LUCENE-8664

@s1monw s1monw changed the title Add equals/hashcode methods to TotalHits class LUCENE-8664: Add equals/hashcode methods to TotalHits class Jan 30, 2019
@s1monw s1monw merged commit 57f693b into apache:master Jan 30, 2019
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.

2 participants