Package

com.sksamuel.elastic4s.http

update

Permalink

package update

Visibility
  1. Public
  2. All

Type Members

  1. 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) extends Product with Serializable

    Permalink
  2. case class UpdateGet(found: Boolean, _source: Map[String, Any]) extends Product with Serializable

    Permalink
  3. trait UpdateHandlers extends AnyRef

    Permalink
  4. case class UpdateResponse(index: String, type: String, id: String, version: Long, result: String, forcedRefresh: Boolean, shards: Shards, get: Option[UpdateGet]) extends Product with Serializable

    Permalink

Value Members

  1. object UpdateBuilderFn

    Permalink
  2. object UpdateByQueryBodyFn

    Permalink
  3. object UpdateHandlers extends UpdateHandlers

    Permalink

Ungrouped