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

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

Fields

Methods

impl Index
[src]

[src]

[src]

[src]

[src]

[src]

[src]

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

[src]

Query the index with the string and use the parameters for values if passed.

[src]

[src]

[src]

[src]

[src]