RequestBuilder

com.sksamuel.elastic4s.streams.RequestBuilder
trait RequestBuilder[T]

An implementation of this typeclass must provide a bulk compatible request for the given instance of T. The bulk compatible request will then be sent to elastic.

A bulk compatible request can be either an index, update, or delete.

Type parameters

T

the type of elements this builder supports

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def request(t: T): BulkCompatibleRequest