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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials