Package

com.sksamuel.elastic4s.http

bulk

Permalink

package bulk

Visibility
  1. Public
  2. All

Type Members

  1. trait BulkImplicits extends AnyRef

    Permalink
  2. case class BulkResponse(took: Long, errors: Boolean, items: Seq[BulkResponseItem]) extends Product with Serializable

    Permalink
  3. case class BulkResponseItem(index: Index) extends Product with Serializable

    Permalink
  4. case class Index(_index: String, _type: String, _id: String, version: Long, result: String, forced_result: Boolean, _shards: Shards) extends Product with Serializable

    Permalink

Value Members

  1. object BulkContentBuilder

    Permalink

Ungrouped