Struct tantivy::schema::NamedFieldDocument [] [src]

pub struct NamedFieldDocument(pub BTreeMap<String, Vec<Value>>);

Internal representation of a document used for JSON serialization.

A NamedFieldDocument is a simple representation of a document as a BTreeMap<String, Vec<Value>>.