Files
tantivy/src/fastfield
PSeitz 71f3b4e4e3 fix ReferenceValue API flaw (#2372)
* 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
2024-05-09 06:14:42 +02:00
..
2023-02-09 13:14:31 +01:00
2024-05-07 09:59:41 +02:00
2024-05-09 06:14:42 +02:00