Struct rs_es::operations::analyze::AnalyzeOperation
[−]
[src]
pub struct AnalyzeOperation<'a, 'b> { // some fields omitted }
pub struct AnalyzeOperation<'a, 'b> { // some fields omitted }
impl<'a, 'b> AnalyzeOperation<'a, 'b>
fn new(client: &'a mut Client, body: &'b str) -> AnalyzeOperation<'a, 'b>
fn with_index(&'b mut self, index: &'b str) -> &'b mut Self
fn with_analyzer(&'b mut self, analyzer: &'b str) -> &'b mut Self
fn send(&'b mut self) -> Result<AnalyzeResult, EsError>