Struct rs_es::operations::RefreshOperation [] [src]

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

Methods

impl<'a, 'b> RefreshOperation<'a, 'b>

fn new(client: &'a mut Client) -> RefreshOperation

fn with_indexes(&'b mut self, indexes: &'b [&'b str]) -> &'b mut Self

fn send(&mut self) -> Result<RefreshResult, EsError>