Download reindex-client-5.5.2.jar file - Jar r

Jar examples for r:reindex-client

Description

The Reindex module adds APIs to reindex from one index to another or update documents in place.

You can download jar file reindex-client 5.5.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add reindex-client-5.5.2.jar to your project.

<dependency>
   <groupId>org.elasticsearch.plugin</groupId>
   <artifactId>reindex-client</artifactId>
   <version>5.5.2</version>
</dependency>
compile group: 'org.elasticsearch.plugin', name: 'reindex-client', version: '5.5.2'
libraryDependencies += "org.elasticsearch.plugin" % "reindex-client" % "5.5.2"
<dependency org="org.elasticsearch.plugin" name="reindex-client" rev="5.5.2"/>
@Grapes(@Grab(group='org.elasticsearch.plugin', module='reindex-client', version='5.5.2'))
'org.elasticsearch.plugin:reindex-client:jar:5.5.2'

Download

Click the following link to download the jar file.

reindex-client-5.5.2-javadoc.jar
reindex-client-5.5.2-sources.jar
reindex-client-5.5.2.jar
reindex-client-5.5.2.pom



Related Tutorials