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 | |
doc_type | |
id | |
version | |
created |