meilisearch/milli/src/search/criteria
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
..
asc_desc.rs move the geosearch criteria out of asc_desc.rs 2021-09-08 18:24:09 +02:00
attribute.rs Apply PR comments 2021-10-06 11:12:26 +02:00
exactness.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
final.rs format the whole project 2021-06-16 18:33:33 +02:00
geo.rs add the possibility to sort by descending order on geoPoint 2021-09-15 11:49:58 +02:00
initial.rs format the whole project 2021-06-16 18:33:33 +02:00
mod.rs Simplify word level position DB into a word position DB 2021-10-05 12:15:02 +02:00
proximity.rs Remove the roaring operation functions warnings 2021-06-30 14:12:56 +02:00
typo.rs Remove the roaring operation functions warnings 2021-06-30 14:12:56 +02:00
words.rs format the whole project 2021-06-16 18:33:33 +02:00