[JBoss JIRA] (TEIID-3306) SOLR: Add spatial query support
by Tom Arnold (JIRA)
[ https://issues.jboss.org/browse/TEIID-3306?page=com.atlassian.jira.plugin... ]
Tom Arnold commented on TEIID-3306:
-----------------------------------
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.
I think this could be a general enhancement for situations where the source partially supports a capability. The engine could push the filter to the translator and then apply it to the results in the engine anyways. This would make writing translators easier.
> 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
> Labels: solr, spatial
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIID-3306) SOLR: Add spatial query support
by Tom Arnold (JIRA)
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)
9 years, 11 months
[JBoss JIRA] (TEIID-3304) MongoDB: Implement Teiid spatial
by Tom Arnold (JIRA)
Tom Arnold created TEIID-3304:
---------------------------------
Summary: MongoDB: Implement Teiid spatial
Key: TEIID-3304
URL: https://issues.jboss.org/browse/TEIID-3304
Project: Teiid
Issue Type: Enhancement
Reporter: Tom Arnold
Assignee: Steven Hawkins
MongoDB translator has support for spatial queries using source-specific functions. We should update this to use the GEOMETRY type and the ST_* functions.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months