switch get_val() to u32

Fixes #1638
This commit is contained in:
Pascal Seitz
2022-10-21 22:40:06 +08:00
parent 8c2ba7bd55
commit e772d3170d
33 changed files with 134 additions and 133 deletions

View File

@@ -1,6 +1,7 @@
Tantivy 0.19
================================
- Limit fast fields to u32 (`get_val(u32)`) [#1644](https://github.com/quickwit-oss/tantivy/pull/1644) (@PSeitz)
- Major bugfix: Fix missing fieldnorms for u64, i64, f64, bool, bytes and date [#1620](https://github.com/quickwit-oss/tantivy/pull/1620) (@PSeitz)
- Updated [Date Field Type](https://github.com/quickwit-oss/tantivy/pull/1396)
The `DateTime` type has been updated to hold timestamps with microseconds precision.