第 92 章 Elasticsearch 组件(已弃用)
作为 Camel 2.11 版本提供
ElasticSearch 组件允许您与 ElasticSearch 服务器进行接口。
Maven 用户需要将以下依赖项添加到其 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-elasticsearch</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>92.1. URI 格式
elasticsearch://clusterName[?options]