package bulk
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class BulkError (type: String, reason: String, index_uuid: String, shard: Int, index: String) extends Product with Serializable
- trait BulkImplicits extends AnyRef
- case class BulkResponse (took: Long, errors: Boolean, _items: Seq[BulkResponseItems]) extends Product with Serializable
- 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
- case class BulkResponseItems (index: Option[BulkResponseItem], delete: Option[BulkResponseItem], update: Option[BulkResponseItem]) extends Product with Serializable
Value Members
- object BulkBuilderFn