MeiliSearch/milli/src
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
..
facet Simplify integer and float functions trait bounds 2021-04-20 10:23:31 +02:00
heed_codec Merge #202 2021-06-01 16:09:48 +00:00
search Merge #202 2021-06-01 16:09:48 +00:00
update Update milli/src/update/delete_documents.rs 2021-06-01 17:04:10 +02:00
criterion.rs Split the update side to use the number and the strings facet databases 2021-05-25 11:30:00 +02:00
external_documents_ids.rs feat(index): update fields distribution in clear & delete operations 2021-04-01 19:12:35 +03:00
fields_ids_map.rs Fix pull request reviews 2021-05-06 14:31:03 +02:00
index.rs add field id word count database 2021-05-31 16:27:28 +02:00
lib.rs add field id word count database 2021-05-31 16:27:28 +02:00
proximity.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
tree_level.rs Implement attribute criterion 2021-04-27 14:39:52 +02:00
update_store.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00