License |
License |
---|---|
Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch Dex General Purpose Libraries Utility |
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdreindex-client |
Last Version | Last Version7.17.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreindex
The Reindex module adds APIs to reindex from one index to another or update documents in place.
|
Project URL |
Project URL |
Filename | Size |
---|---|
reindex-client-7.17.4.pom | |
reindex-client-7.17.4.jar | 114 KB |
reindex-client-7.17.4-sources.jar | 61 KB |
reindex-client-7.17.4-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>reindex-client</artifactId>
<version>7.17.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation 'org.elasticsearch.plugin:reindex-client:7.17.4'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/reindex-client/
implementation ("org.elasticsearch.plugin:reindex-client:7.17.4")
'org.elasticsearch.plugin:reindex-client:jar:7.17.4'
<dependency org="org.elasticsearch.plugin" name="reindex-client" rev="7.17.4">
<artifact name="reindex-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='reindex-client', version='7.17.4')
)
libraryDependencies += "org.elasticsearch.plugin" % "reindex-client" % "7.17.4"
[org.elasticsearch.plugin/reindex-client "7.17.4"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch.client : elasticsearch-rest-client | jar | 7.17.4 |
org.elasticsearch : elasticsearch-ssl-config | jar | 7.17.4 |