jar

com.strapdata.elasticsearch.plugin : delete-by-query

Maven & Gradle

Jun 22, 2017
1.6k stars

Plugin: Delete By Query · The Delete By Query plugin allows to delete documents in Elasticsearch with a single query.

Table Of Contents

Latest Version

Download com.strapdata.elasticsearch.plugin : delete-by-query JAR file - Latest Versions:

All Versions

Download com.strapdata.elasticsearch.plugin : delete-by-query JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window delete-by-query-2.4.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.elasticsearch.action.deletebyquery

├─ org.elasticsearch.action.deletebyquery.DeleteByQueryAction.class - [JAR]

├─ org.elasticsearch.action.deletebyquery.DeleteByQueryRequest.class - [JAR]

├─ org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder.class - [JAR]

├─ org.elasticsearch.action.deletebyquery.DeleteByQueryResponse.class - [JAR]

├─ org.elasticsearch.action.deletebyquery.IndexDeleteByQueryResponse.class - [JAR]

├─ org.elasticsearch.action.deletebyquery.TransportDeleteByQueryAction.class - [JAR]

org.elasticsearch.plugin.deletebyquery

├─ org.elasticsearch.plugin.deletebyquery.DeleteByQueryPlugin.class - [JAR]

org.elasticsearch.rest.action.deletebyquery

├─ org.elasticsearch.rest.action.deletebyquery.RestDeleteByQueryAction.class - [JAR]

Advertisement