You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/16 02:16:00 UTC

[jira] [Commented] (SOLR-13467) Spatial: Add S2 lib for more efficient Geo3D indexes

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

ASF subversion and git services commented on SOLR-13467:
--------------------------------------------------------

Commit 3a88ab616c9c8debe1f3a10e291697083eda3342 in lucene-solr's branch refs/heads/master from David Wayne Smiley
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=3a88ab6 ]

SOLR-13467: Include the S2 Geometry lib to make it simpler to use prefixTree="s2" on a Geo3D spatial field.
* Improved documentation on Geo3D.
* Better testing for Geo3D.


> Spatial: Add S2 lib for more efficient Geo3D indexes
> ----------------------------------------------------
>
>                 Key: SOLR-13467
>                 URL: https://issues.apache.org/jira/browse/SOLR-13467
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation, spatial
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Major
>         Attachments: SOLR-13467.patch
>
>
> Here I'm adding a dependency on [Google S2 Geometry|http://s2geometry.io] (121KB) so that we can use {{prefixTree="s2"}} on a spatial field type that is using Geo3D.  Lucene spatial-extras already has this dependency, albeit it is optional.  I enhanced tests to exercise it.
> Additionally, I document here a strictness Geo3D has in which the polygon points must be provided in a particular order or else the interpretation of the shape is inverted.  This so-called "right hand rule" order is somewhat standard but some libs (like JTS) don't care.



--
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