You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ryan McKinley (JIRA)" <ji...@apache.org> on 2012/06/28 09:41:42 UTC

[jira] [Commented] (LUCENE-4175) Include BBox Spatial Strategy

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

Ryan McKinley commented on LUCENE-4175:
---------------------------------------

I just added this to trunk in r1354841

I think we should ignore (remove?) 4.x for now...  there will be some heavy committing in this area soon and keeping two branches is not very helpful.

I'll take a stab at how this could look with LUCENE-4167 (remove SpatialOperation)

                
> Include BBox Spatial Strategy
> -----------------------------
>
>                 Key: LUCENE-4175
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4175
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>         Attachments: LUCENE-4175-bbox-strategy.patch
>
>
> This is an approach to indexing bounding boxes using 4 numeric fields (xmin,ymin,xmax,ymax) and a flag to say if it crosses the dateline.
> This is a modification from the Apache 2.0 code from the ESRI Geoportal:
> http://geoportal.svn.sourceforge.net/svnroot/geoportal/Geoportal/trunk/src/com/esri/gpt/catalog/lucene/SpatialClauseAdapter.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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