第 93 章 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>
93.1. URI 格式
elasticsearch://clusterName[?options]