r

reindex

_reindex and _update_by_query APIs
Files download
File Operation
reindex-2.4.2.jar download
reindex-2.4.2.pom download
reindex-2.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strapdata.elasticsearch.module</groupId>
  <artifactId>reindex</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'com.strapdata.elasticsearch.module:reindex:2.4.2'
Gradle Kotlin
implementation("com.strapdata.elasticsearch.module:reindex:2.4.2")
Scala SBT
libraryDependencies += "com.strapdata.elasticsearch.module" % "reindex" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.strapdata.elasticsearch.module', module='reindex', version='2.4.2')
)
Apache Ivy
<dependency org="com.strapdata.elasticsearch.module" name="reindex" rev="2.4.2" />
Leiningen
[com.strapdata.elasticsearch.module/reindex "2.4.2"]
Apache Buildr
'com.strapdata.elasticsearch.module:reindex:jar:2.4.2'