Constant tantivy::schema::STRING [] [src]

pub const STRING: TextOptions = TextOptions{indexing:
                Some(TextFieldIndexing{tokenizer: Cow::Borrowed("raw"),
                                       record: IndexRecordOption::Basic,}),
            stored: false,}

The field will be untokenized and indexed