Package

com.sksamuel.elastic4s.requests

bulk

Permalink

package bulk

Visibility
  1. Public
  2. All

Type Members

  1. trait BulkApi extends AnyRef

    Permalink
  2. trait BulkCompatibleRequest extends AnyRef

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

    Permalink
  4. trait BulkHandlers extends AnyRef

    Permalink
  5. case class BulkRequest(requests: Seq[BulkCompatibleRequest], timeout: Option[String] = None, refresh: Option[RefreshPolicy] = None) extends Product with Serializable

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

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

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

    Permalink

Value Members

  1. object BulkBuilderFn

    Permalink
  2. object BulkHandlers extends BulkHandlers

    Permalink

Ungrouped