Tom Arnold created TEIID-3314:
---------------------------------
Summary: 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
Assignee: Steven Hawkins
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)