Ryan McKinley created LUCENE-4175:
-------------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]