[ 
https://issues.apache.org/jira/browse/LUCENE-8973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignacio Vera updated LUCENE-8973:
---------------------------------
    Description: 
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.

> XYRectangle2D should work on float space
> ----------------------------------------
>
>                 Key: LUCENE-8973
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8973
>             Project: Lucene - Core
>          Issue Type: Bug
>         Environment: 
>            Reporter: Ignacio Vera
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to