All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sksamuel.elastic4s.requests.update.UpdateByQueryResponse.scala Maven / Gradle / Ivy

The newest version!
package com.sksamuel.elastic4s.requests.update

import com.sksamuel.elastic4s.BulkIndexByScrollFailure

case class UpdateByQueryResponse(took: Long,
                                 timedOut: Boolean,
                                 total: Long,
                                 updated: Long,
                                 deleted: Long,
                                 batches: Long,
                                 versionConflicts: Long,
                                 noops: Long,
                                 throttledMillis: Long,
                                 requestsPerSecond: Long,
                                 throttledUntilMillis: Long,
                                 failures: Option[Seq[BulkIndexByScrollFailure]])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy