Download reindex-client-5.4.1.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.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials