MVN

org.opensearch.plugin : reindex-client

Maven & Gradle

Aug 10, 2023
4 usages
8.6k stars

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

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>reindex-client</artifactId>
    <version>1.3.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opensearch.plugin : reindex-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.12
  • Latest Release Candidate: 2.0.0-rc1

All Versions

Choose a version of org.opensearch.plugin : reindex-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
reindex-client-2.9.0
2.8.x
reindex-client-2.8.0
2.7.x
reindex-client-2.7.0
2.6.x
reindex-client-2.6.0
2.5.x
reindex-client-2.5.0
2.4.x
reindex-client-2.4.1
reindex-client-2.4.0
2.3.x
reindex-client-2.3.0
2.2.x
reindex-client-2.2.1
reindex-client-2.2.0
2.1.x
reindex-client-2.1.0
2.0.x
reindex-client-2.0.1
reindex-client-2.0.0
reindex-client-2.0.0-rc1
1.3.x
reindex-client-1.3.12
reindex-client-1.3.11
reindex-client-1.3.10
reindex-client-1.3.9
reindex-client-1.3.8
reindex-client-1.3.7
reindex-client-1.3.6
reindex-client-1.3.5
reindex-client-1.3.4
reindex-client-1.3.3
reindex-client-1.3.2
reindex-client-1.3.1
reindex-client-1.3.0
1.2.x
reindex-client-1.2.4
reindex-client-1.2.3
reindex-client-1.2.2
reindex-client-1.2.1
reindex-client-1.2.0
1.1.x
reindex-client-1.1.0
1.0.x
reindex-client-1.0.0

How to add a dependency to Maven

Add the following org.opensearch.plugin : reindex-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opensearch.plugin</groupId>
    <artifactId>reindex-client</artifactId>
    <version>1.3.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opensearch.plugin : reindex-client gradle dependency to your build.gradle file:

implementation 'org.opensearch.plugin:reindex-client:1.3.12'

Gradle Kotlin DSL: Add the following org.opensearch.plugin : reindex-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opensearch.plugin:reindex-client:1.3.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opensearch.plugin : reindex-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opensearch.plugin" % "reindex-client" % "1.3.12"

Advertisement