[
https://issues.apache.org/jira/browse/LUCENE-4175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458050#comment-13458050
]
David Smiley commented on LUCENE-4175:
--------------------------------------
The BBoxStrategy is tested insofar as search filtering and returning the
standard center-point distance as a ValueSource. But it contains a lot of code
pertaining to an area overlap similarity as a ValueSource (very cool stuff) but
that isn't tested at all, and that's my only concern. If we want to be
cautious about avoiding releasing untested code, then I suggest back-porting
BBoxStrategy to 4x (pretty easy) but not the AreaSimilarity class. The
reference to it in BBoxStrategy is the method
makeBBoxAreaSimilarityValueSource() which can be commented out in trunk.
Sound good?
> Include BBox Spatial Strategy
> -----------------------------
>
> Key: LUCENE-4175
> URL: https://issues.apache.org/jira/browse/LUCENE-4175
> Project: Lucene - Core
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]