com.sksamuel.elastic4s.requests.update

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class UpdateByQueryAsyncRequest(indexes: Indexes, query: Query, requestsPerSecond: Option[Float], maxRetries: Option[Int], proceedOnConflicts: Option[Boolean], pipeline: Option[String], refresh: Option[RefreshPolicy], script: Option[Script], waitForActiveShards: Option[Int], retryBackoffInitialTime: Option[FiniteDuration], scroll: Option[String], scrollSize: Option[Int], slices: Option[Int], slice: Option[Slice], timeout: Option[FiniteDuration], shouldStoreResult: Option[Boolean], size: Option[Int]) extends BaseUpdateByQueryRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateByQueryAsyncResponse(task: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateByQueryRequest(indexes: Indexes, query: Query, requestsPerSecond: Option[Float], maxRetries: Option[Int], proceedOnConflicts: Option[Boolean], pipeline: Option[String], refresh: Option[RefreshPolicy], script: Option[Script], waitForActiveShards: Option[Int], waitForCompletion: Option[Boolean], retryBackoffInitialTime: Option[FiniteDuration], scroll: Option[String], scrollSize: Option[Int], slices: Option[Int], slice: Option[Slice], timeout: Option[FiniteDuration], shouldStoreResult: Option[Boolean], size: Option[Int]) extends BaseUpdateByQueryRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateByQueryTask(task: GetTask)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateGet(found: Boolean, _source: Map[String, Any])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateRequest(index: Index, id: String, detectNoop: Option[Boolean], docAsUpsert: Option[Boolean], fetchSource: Option[FetchSourceContext], parent: Option[String], retryOnConflict: Option[Int], refresh: Option[RefreshPolicy], routing: Option[String], script: Option[Script], scriptedUpsert: Option[Boolean], timeout: Option[Duration], version: Option[Long], ifSeqNo: Option[Long], ifPrimaryTerm: Option[Long], versionType: Option[String], waitForActiveShards: Option[Int], upsertSource: Option[String], upsertFields: Map[String, Any], documentFields: Map[String, Any], documentSource: Option[String]) extends BulkCompatibleRequest

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateResponse(index: String, id: String, version: Long, seqNo: Long, primaryTerm: Long, result: String, forcedRefresh: Boolean, shards: Shards, get: Option[UpdateGet])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all