Struct rs_es::operations::analyze::AnalyzeOperation [] [src]

pub struct AnalyzeOperation<'a, 'b> {
    // some fields omitted
}

Methods

impl<'a, 'b> AnalyzeOperation<'a, 'b>
[src]

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<AnalyzeResultEsError>