]
Van Halbert commented on TEIID-3314:
------------------------------------
If someone wanted, they could use the Restful API [1] provided by Elasticsearch.
[1]
Add translator for Elasticsearch
--------------------------------
Key: TEIID-3314
URL:
https://issues.jboss.org/browse/TEIID-3314
Project: Teiid
Issue Type: Feature Request
Components: Misc. Connectors
Reporter: Tom Arnold
Labels: spatial
Fix For: Open To Community
Elasticseach is an open source search server based on Lucene.
Use case would be similar to that of SOLR. There is a (slightly outdated) comparsion
between the two here:
http://solr-vs-elasticsearch.com/.
Java API docs are here:
http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/curre...
Filter DSL documentation is here:
http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/curre...
JBoss EAP 6 module docs:
http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/curre...
It supports several types of spatial filters:
* Bounding box
* Polygon
* Shape - This is based on JTS; I think the difference between this and Polygon is this
allows options like WITHIN/INTERSECTS/DISJOINT.