You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2013/03/22 17:43:16 UTC

[jira] [Commented] (LUCENE-4375) Spatial BBoxIntersects and BBoxWithin are used incorrectly

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

Commit Tag Bot commented on LUCENE-4375:
----------------------------------------

[branch_4x commit] David Wayne Smiley
http://svn.apache.org/viewvc?view=revision&revision=1383783

LUCENE-4375 Fix use of BBoxWithin BBoxIntersects and IsWithin

                
> Spatial BBoxIntersects and BBoxWithin are used incorrectly
> ----------------------------------------------------------
>
>                 Key: LUCENE-4375
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4375
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: David Smiley
>            Assignee: David Smiley
>             Fix For: 4.0
>
>         Attachments: LUCENE-4375_Fix_use_of_BBoxWithin_BBoxIntersects_and_IsWithin.patch
>
>
> SpatialOperation has two special BBoxIntersects and BBoxWithin choices.  I assumed these where the bounding boxes of the query shape but [~ryantxu] informed me these are supposed to be for the *indexed shape*.  There is no strategy in Lucene spatial that could use this but there is one externally -- JtsGeoStrategy.  Javadocs should be added to clarify, and various places like SpatialArgs.getShape() should be fixed to not use it incorrectly.
> This does remove a feature from the Solr adapters side; the test there will need to change.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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