Struct textsearch::global::Global [] [src]

pub struct Global {
    pub name: String,
    pub dictionary: HashMap<String, usize>,
    pub indices: Vec<Arc<Index>>,
}

Fields

Methods

impl Global
[src]