struct Elasticsearch::BulkAction(T)
- Elasticsearch::BulkAction(T)
- Struct
- Value
- Object
Defined in:
documents.crConstructors
Instance Method Summary
- #doc : T | Nil
- #id : String | Nil
- #index : String | Nil
-
#to_s(io : IO) : Nil
Same as
#inspect(io)
. - #type : BulkActionType
Constructor Detail
def self.new(doc : T, type : BulkActionType = :create, index : Nil | String = nil, id : Nil | String = nil)
#