Constant tantivy::schema::STORED [] [src]

pub const STORED: TextOptions = TextOptions{indexing: None, stored: true,}

A stored fields of a document can be retrieved given its DocId. Stored field are stored together and LZ4 compressed. Reading the stored fields of a document is relatively slow. (100 microsecs)