Constant tantivy::schema::INT_STORED [] [src]

pub const INT_STORED: IntOptions = IntOptions{indexed: false, stored: true, fast: None,}

Shortcut for a u64 stored field.

Such a shortcut can be composed as follows STORED | FAST | INT_INDEXED