meilisearch/milli/src/search
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
..
criteria Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
distinct Implement documents format 2021-09-21 16:58:33 +02:00
facet Update the check on the latitude and longitude 2021-10-07 16:10:43 +02:00
matching_words.rs Fix matching lenghth in matching_words 2021-07-01 19:03:28 +02:00
mod.rs return an error when _geoPoint is used but _geo is not sortable 2021-09-22 16:37:41 +02:00
query_tree.rs Count the number of char instead of counting bytes to assign the typo tolerance 2021-09-28 12:10:43 +02:00