Constant tantivy::schema::FAST

source ·
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.

See fast fields.