Struct rs_es::operations::index::IndexResult
[−]
[src]
pub struct IndexResult { pub index: String, pub doc_type: String, pub id: String, pub version: u64, pub created: bool, }
The result of an index operation
Fields
index: String
doc_type: String
id: String
version: u64
created: bool