Files
tantivy/src
Adam Reichold 4fd2b22b69 Make allocating field names avoidable for range and exists queries.
If the field names are statically known, `Cow::Borrowed(&'static str)` can
handle them without allocations. The general case is still handled by
`Cow::Owned(String)`.
2024-01-26 17:31:44 +01:00
..
2023-11-06 19:02:37 +01:00
2023-11-05 18:18:39 +09:00