iverase opened a new pull request #696: LUCENE-8831: Fix bug on hashCode for LatLonShapeBoundingBoxQuery URL: https://github.com/apache/lucene-solr/pull/696 The current problem is the implementation in Rectangle2D but looking into other shape implementations like Line2D or Polygon2D, they do not implement has code, equals or toString methods. To keep symmetry on the implementations this PR removes those implementation in Rectangle2D and uses the provided Rectangle object in LatLonShapeBoundingBoxQuery to generate the hashCode.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
