[
https://issues.apache.org/jira/browse/SOLR-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194179#comment-13194179
]
David Smiley commented on SOLR-2268:
------------------------------------
FWIW, this has been made top of my priority list for addition to LSP (which is
Solr trunk only right now). It does polygons already but they are not geodetic
-- no dateline crossing, no pole wrapping, and Mercator projection is assumed
(flat earth). My initial goal is simply adding dateline wrap which will make
it useful for a majority of contexts which use the Mercator projection and
can't scroll/pan beyond a pole any way (such as Google Maps, etc.). I expect
this to be done in a couple weeks. Adding pole wrap and great-circle-distance
lines (not mercator), will probably follow thereafter.
> Add support for Point in Polygon searches
> -----------------------------------------
>
> Key: SOLR-2268
> URL: https://issues.apache.org/jira/browse/SOLR-2268
> Project: Solr
> Issue Type: New Feature
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Attachments: SOLR-2268.patch
>
>
> In spatial applications, it is common to ask whether a point is inside of a
> polygon. Solr could support two forms of this:
> # A field contains a polygon and the user supplies a point. If it does, the
> doc is returned.
> # A document contains a point and the user supplies a polygon. If the point
> is in the polygon, return the document
> With both of these case, it would be good to support the negative assertion,
> too.
--
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]