Constant tantivy::schema::INT_INDEXED [] [src]

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

Shortcut for a u64 indexed field.

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