You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ignacio Vera (JIRA)" <ji...@apache.org> on 2018/04/04 11:43:00 UTC

[jira] [Resolved] (LUCENE-8236) GeoPath behavior with identical points

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

Ignacio Vera resolved LUCENE-8236.
----------------------------------
       Resolution: Fixed
    Fix Version/s: master (8.0)
                   7.4
                   6.7

> GeoPath behavior with identical points
> --------------------------------------
>
>                 Key: LUCENE-8236
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8236
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/spatial3d
>            Reporter: Ignacio Vera
>            Assignee: Ignacio Vera
>            Priority: Minor
>             Fix For: 6.7, 7.4, master (8.0)
>
>         Attachments: LUCENE-8326.patch
>
>
> GeoPath has the current behavior:
>  * When provided a path with two consecutive identical points: In all cases it generates an {{IllegalArgumentException}} because it tries to build a plane with those two points.
>  * When provided a path with two consecutive numerical identical points: In case of {{GeoStandardPath}} it throws an {{IllegalArgumentException}} because the path is too short. The case of {{GeoDegeneratePath}} is more complicated as it builds the path but the plane can be bogus. In some cases points on the other side of the world can be "In Set".
> I think the factory should filter out these points, in the same way it is done for {{GeoPolygon}}. If this is not the desired behavior then the factory  should throw a consistent {{IllegalArgumentException}} in all cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org