mikemccand / stargazers-migration-test

Testing Lucene's Jira -> GitHub issues migration
0 stars 0 forks source link

XYRectangle2D should work on float space [LUCENE-8973] #970

Closed mikemccand closed 4 years ago

mikemccand commented 4 years ago

While working in CONTAINS support for shapes I came across errors in XYShape when querying with a bounding box. After looking to the errors it is clear that the issue is that XYRectangle2D is working in the encoding space. In this case, XYShape encoding is not lineal and shapes loose their spatial relationship.

XYRectangle2D should work then on the float space.


Legacy Jira details

LUCENE-8973 by Ignacio Vera (@iverase) on Sep 10 2019, resolved Dec 11 2019 Environment:

mikemccand commented 4 years ago

fixed in  2ef2ddd 

[Legacy Jira: Ignacio Vera (@iverase) on Dec 11 2019]

mikemccand commented 4 years ago

Closing after the 8.4.0 release.

[Legacy Jira: Adrien Grand (@jpountz) on Dec 29 2019]