第 93 章 Elasticsearch5 组件(已弃用)
作为 Camel 版本 2.19 可用
ElasticSearch 组件允许您与 ElasticSearch 5.x API 一起接口。
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-elasticsearch5</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
93.1. URI 格式
elasticsearch5://clusterName[?options]