You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2015/06/25 20:33:05 UTC

[jira] [Comment Edited] (LUCENE-6607) Move geo3d to Lucene's sandbox module

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

Karl Wright edited comment on LUCENE-6607 at 6/25/15 6:32 PM:
--------------------------------------------------------------

Dependencies are as follows:

- tests in the geo3d folder: only GeoPointTest has any spatial4j deps
- main code in the geo3d folder: no dependencies
- main code in the spatial4j folder: spatial4j deps
- tests in spatial4j folder: spatial4j deps

My suggestion is to move the geo3d folders to sandbox, and leave the other code right where it is, with appropriate referential changes.


was (Author: kwright@metacarta.com):
Dependencies are as follows:

- tests in the geo3d folder: only GeoPointTest has any spatial4j deps
- main code in the geo3d folder: no dependencies
- main code in the spatial4j folder: spatial4j deps
- tests in spatial4j folder: spatial4j deps



> Move geo3d to Lucene's sandbox module
> -------------------------------------
>
>                 Key: LUCENE-6607
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6607
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 5.3, Trunk
>
>
> Geo3d is a powerful low-level geo API, recording places on the earth's surface in the index in three dimensions (as 3 separate numbers) and offering fast shape intersection/distance testing at search time.
> [~daddywri] originally contributed this in LUCENE-6196, and we put it in spatial module, but I think a more natural place for it, for now anyway, is Lucene's sandbox module: it's very new, its APIs/abstractions are very much in flux (and the higher standards for abstractions in the spatial module cause disagreements: LUCENE-6578), [~daddywri] and others could iterate faster on changes in sandbox, etc.
> This would also un-block issues like LUCENE-6480, allowing GeoPointField and BKD trees to also use geo3d.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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