[teiid-issues] [JBoss JIRA] (TEIID-3306) SOLR: Add spatial query support

Tom Arnold (JIRA) issues at jboss.org
Sat Jan 24 03:08:48 EST 2015


    [ https://issues.jboss.org/browse/TEIID-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034742#comment-13034742 ] 

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)


More information about the teiid-issues mailing list