Packages

package bulk

Ordering
  1. Alphabetic
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
  2. trait BulkImplicits extends AnyRef
  3. case class BulkResponse (took: Long, errors: Boolean, _items: Seq[BulkResponseItems]) extends Product with Serializable
  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
  5. case class BulkResponseItems (index: Option[BulkResponseItem], delete: Option[BulkResponseItem], update: Option[BulkResponseItem]) extends Product with Serializable

Value Members

  1. object BulkBuilderFn

Ungrouped