[][src]Constant tantivy::schema::INDEXED

pub const INDEXED: SchemaFlagList<IndexedFlag, ()>;

Flag to mark the field as indexed.

The INDEXED flag can only be used when building IntOptions (u64, i64 and f64 fields) Of course, text fields can also be indexed... But this is expressed by using either the STRING (untokenized) or TEXT (tokenized with the english tokenizer) flags.