logo
pub const FAST: SchemaFlagList<FastFlag, ()>;
Expand description

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 NumericOptions (u64, i64 and f64 fields)