Class IndexDeleteByQueryResponse

    • Method Detail

      • getIndex

        public String getIndex()
        Deprecated. 
        The index the delete by query operation was executed against.
      • getTotalShards

        public int getTotalShards()
        Deprecated. 
        The total number of shards the delete by query was executed on.
      • getSuccessfulShards

        public int getSuccessfulShards()
        Deprecated. 
        The successful number of shards the delete by query was executed on.
      • getFailedShards

        public int getFailedShards()
        Deprecated. 
        The failed number of shards the delete by query was executed on.