Package

com.sksamuel.elastic4s.http

bulk

Permalink

package bulk

Visibility
  1. Public
  2. All

Type Members

  1. case class BulkError(type: String, reason: String, index_uuid: String, shard: Int, index: String) extends Product with Serializable

    Permalink
  2. trait BulkImplicits extends AnyRef

    Permalink
  3. case class BulkResponse(took: Long, errors: Boolean, _items: Seq[BulkResponseItems]) extends Product with Serializable

    Permalink
  4. case class BulkResponseItem(itemId: Int, id: String, index: String, type: String, version: Long, forcedRefresh: Boolean, found: Boolean, created: Boolean, result: String, status: Int, error: Option[BulkError], shards: Option[Shards]) extends Product with Serializable

    Permalink
  5. case class BulkResponseItems(index: Option[BulkResponseItem], delete: Option[BulkResponseItem], update: Option[BulkResponseItem], create: Option[BulkResponseItem]) extends Product with Serializable

    Permalink

Value Members

  1. object BulkContentBuilder

    Permalink

Ungrouped