Package

com.sksamuel.elastic4s.http

reindex

Permalink

package reindex

Visibility
  1. Public
  2. All

Type Members

  1. case class ReindexFailure() extends Product with Serializable

    Permalink
  2. trait ReindexHandlers extends AnyRef

    Permalink
  3. case class ReindexResponse(took: Long, timed_out: Boolean, total: Long, updated: Long, created: Long, deleted: Long, batches: Long, version_conflicts: Long, noops: Long, retries: Retries, throttledMillis: Long, requestsPerSecond: Long, throttledUntilMillis: Long, failures: Seq[ReindexFailure]) extends Product with Serializable

    Permalink
  4. case class Retries(bulk: Long, search: Long) extends Product with Serializable

    Permalink

Value Members

  1. object ReindexBuilderFn

    Permalink

Ungrouped