Tom Arnold created TEIID-3306:
---------------------------------
Summary: SOLR: Add spatial query support
Key: TEIID-3306
URL:
https://issues.jboss.org/browse/TEIID-3306
Project: Teiid
Issue Type: Feature Request
Reporter: Tom Arnold
Assignee: Steven Hawkins
Add support for running spatial queries with SOLR source.
https://cwiki.apache.org/confluence/display/solr/Spatial+Search
It looks like SOLR supports within-distance and BBOX queries. The spatial functions work
with polygons, so we might need to be clever here.
I'm thinking we could do something like calculate a MBR (min bounding rectangle) and
do a BBOX search with that, and then apply a more accurate filter to the results using the
system functions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)