[][src]Constant tantivy::schema::FAST

pub const FAST: SchemaFlagList<FastFlag, ()>

Flag to mark the field as a fast field (similar to Lucene's DocValues)

Fast fields can be random-accessed rapidly. Fields useful for scoring, filtering or collection should be mark as fast fields. The FAST flag can only be used when building IntOptions (u64, i64 and f64 fields)