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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials