is not current version
Last Version 7.17.4

org.elasticsearch.plugin:reindex-client 7.9.0

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

Categories

Categories

CLI User Interface Search Business Logic Libraries Elasticsearch Dex General Purpose Libraries Utility
GroupId

GroupId

org.elasticsearch.plugin
ArtifactId

ArtifactId

reindex-client
Version

Version

7.9.0
Type

Type

jar

Download reindex-client 7.9.0


<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/ -->
<dependency>
    <groupId>org.elasticsearch.plugin</groupId>
    <artifactId>reindex-client</artifactId>
    <version>7.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation 'org.elasticsearch.plugin:reindex-client:7.9.0'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation ("org.elasticsearch.plugin:reindex-client:7.9.0")
'org.elasticsearch.plugin:reindex-client:jar:7.9.0'
<dependency org="org.elasticsearch.plugin" name="reindex-client" rev="7.9.0">
  <artifact name="reindex-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='reindex-client', version='7.9.0')
)
libraryDependencies += "org.elasticsearch.plugin" % "reindex-client" % "7.9.0"
[org.elasticsearch.plugin/reindex-client "7.9.0"]