mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-10 02:52:55 +00:00
* fix ReferenceValue API flaw Remove `Facet` and `TokenizedString` values from the `ReferenceValue` API, as this requires the trait value to have them stored somewhere. Since `TokenizedString` is quite niche, I just copy it into a Box, instead of designing a reference API around it. * fix comment link