mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-09-06 13:29:02 +00:00
`{ fast: true }` now results in the use of a the default fast field tokenizer. (instead of no tokenizer)
The default tokenizer lowercases.
Fast field gets a different default tokenizer manager than the normal tokenizer.
The serialization of the fast field options is unchanged.