MeiliSearch/milli/src/update
Alexey Shekhirin 2658c5c545
feat(index): update fields distribution in clear & delete operations
fixes after review

bump the version of the tokenizer

implement a first version of the stop_words

The front must provide a BTreeSet containing the stop words
The stop_words are set at None if an empty Set is provided
add the stop-words in the http-ui interface

Use maplit in the test
and remove all the useless drop(rtxn) at the end of all tests

Integrate the stop_words in the querytree

remove the stop_words from the querytree except if it was a prefix or a typo

more fixes after review
2021-04-01 19:12:35 +03:00
..
index_documents feat(index): update fields distribution in clear & delete operations 2021-04-01 19:12:35 +03:00
available_documents_ids.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
clear_documents.rs feat(index): update fields distribution in clear & delete operations 2021-04-01 19:12:35 +03:00
delete_documents.rs feat(index): update fields distribution in clear & delete operations 2021-04-01 19:12:35 +03:00
facets.rs update index updated at on index writes 2021-03-15 14:05:47 +01:00
mod.rs Compute and write the word-prefix-docids database 2021-02-17 11:12:38 +01:00
settings.rs feat(index): store fields distribution in index 2021-04-01 18:35:19 +03:00
update_builder.rs Expose the WordsPrefixes update on the UpdateBuilder 2021-02-21 12:15:35 +01:00
update_step.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
words_prefixes.rs update index updated at on index writes 2021-03-15 14:05:47 +01:00