meilisearch/milli
many 360c5ff3df
Remove limit of 1000 position per attribute
Instead of using an arbitrary limit we encode the absolute position in a u32
using one strong u16 for the field id and a weak u16 for the relative position in the attribute.
2021-10-12 10:10:50 +02:00
..
src Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
tests Implement documents format 2021-09-21 16:58:33 +02:00
Cargo.toml Update version for the next release (v0.17.2) 2021-10-11 15:20:35 +02:00