Constant tantivy::schema::TEXT [] [src]

pub const TEXT: TextOptions = TextOptions{indexing:
                Some(TextFieldIndexing{tokenizer: Cow::Borrowed("default"),
                                       record:
                                           IndexRecordOption::WithFreqsAndPositions,}),
            stored: false,}

The field will be tokenized and indexed