Struct kite::document::Document [] [src]

pub struct Document {
    pub key: String,
    pub indexed_fields: FnvHashMap<FieldRef, TermVector>,
    pub stored_fields: FnvHashMap<FieldRef, FieldValue>,
}

Fields

Trait Implementations

impl Debug for Document
[src]

Formats the value using the given formatter.

impl Clone for Document
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more