[ 
https://issues.apache.org/jira/browse/LUCENE-7941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141832#comment-16141832
 ] 

Ignacio Vera commented on LUCENE-7941:
--------------------------------------

I agree and this discussion is very useful. I understand what you mean and I 
agree. The kind of shape I have in mind is different to what GeoDegeneratePoint 
is.

The only solution I find is the following: 

Change line 114 of GeoBaseAreaShape to:

if (!(geoShape instanceof GeoPoint) && intersects(geoShape)){ 
      return  GeoArea.OVERLAPS;
}

That would do as GeoPoint do not OVERLAP.

Thanks!

> GeoDegeneratePoints return intersects when located in edge shape 
> -----------------------------------------------------------------
>
>                 Key: LUCENE-7941
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7941
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Ignacio Vera
>            Assignee: Karl Wright
>            Priority: Minor
>         Attachments: LUCENE-7941-test.patch
>
>
>  If the degenerate Geopoint lays on the boundary of a shape, the 
> relationships between the objects are not symetrical:
> The bounding box "thinks" it contains the degenerated point.
> The degenerated point "thinks" it intersects the shape.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to