MeiliSearch/milli/src/search
bors[bot] 270da98c46
Merge #202
202: Add field id word count docids database r=Kerollmops a=LegendreM

This PR introduces a new database, `field_id_word_count_docids`, that maps the number of words in an attribute with a list of document ids. This relation is limited to attributes that contain less than 11 words.
This database is used by the exactness criterion to know if a document has an attribute that contains exactly the query without any additional word.

Fix #165 
Fix #196
Related to [specifications:#36](https://github.com/meilisearch/specifications/pull/36)

Co-authored-by: many <maxime@meilisearch.com>
Co-authored-by: Many <legendre.maxime.isn@gmail.com>
2021-06-01 16:09:48 +00:00
..
criteria Fix PR comments 2021-06-01 18:06:46 +02:00
distinct Fix the tests and remaining warnings 2021-05-25 11:31:06 +02:00
facet Resolve code modification suggestions 2021-05-31 15:22:50 +02:00
matching_words.rs Resolve PR comments 2021-06-01 11:53:09 +02:00
mod.rs Make the MatchingWords return the number of matching bytes 2021-05-31 18:22:29 +02:00
query_tree.rs Resolve PR comments 2021-06-01 11:53:09 +02:00