MeiliSearch/milli/src/search
bors[bot] d7943fe225
Merge #402
402: Optimize document transform r=MarinPostma a=MarinPostma

This pr optimizes the transform of documents additions in the obkv format. Instead on accepting any serializable objects, we instead treat json and CSV specifically:
- For json, we build a serde `Visitor`, that transform the json straight into obkv without intermediate representation.
- For csv, we directly write the lines in the obkv, applying other optimization as well.

Co-authored-by: marin postma <postma.marin@protonmail.com>
2021-10-26 09:55:28 +00:00
..
criteria Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
distinct fix tests 2021-10-25 10:26:42 +02:00
facet Revert "Replacing pest with nom " 2021-10-25 11:58:00 +02:00
matching_words.rs Fix matching lenghth in matching_words 2021-07-01 19:03:28 +02:00
mod.rs Revert "Replacing pest with nom " 2021-10-25 11:58:00 +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