Struct noise_search::index::Index [] [src]

pub struct Index {
    pub rocks: Option<DB>,
    // some fields omitted
}

Fields

Methods

impl Index
[src]

Returns Ok(true) if the document was found and deleted, Ok(false) if it could not be found