MeiliSearch/milli/src/update
bors[bot] 57c9f03e51
Merge #697
697: Fix bug in prefix DB indexing r=loiclec a=loiclec

Where the batch's information was not properly updated in cases where only the proximity changed between two consecutive word pair proximities.

Closes partially https://github.com/meilisearch/meilisearch/issues/3043



Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com>
2022-11-17 15:22:01 +00:00
..
facet Make clippy happy 2022-11-17 12:17:53 +01:00
index_documents Truncate facet values that are too long before indexing them 2022-11-17 11:29:42 +01:00
prefix_word_pairs Add insta-snaps for test of bug 3043 2022-11-17 12:21:27 +01:00
snapshots/delete_documents.rs Add facet deletion tests that use both the incremental and bulk methods 2022-10-26 13:47:46 +02:00
available_documents_ids.rs Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
clear_documents.rs Give same interface to bulk and incremental facet indexing types 2022-10-26 13:47:04 +02:00
delete_documents.rs Fix all clippy error after conflicts 2022-10-27 23:58:13 +09:00
facets.rs Merge remote-tracking branch 'origin/main' into facet-levels-refactor 2022-10-26 15:13:34 +02:00
indexer_config.rs document batch support 2022-01-19 12:40:20 +01:00
mod.rs Refactor facet database tests 2022-10-26 13:47:04 +02:00
settings.rs Add a test to check that we take care of soft deleted documents 2022-11-08 14:23:14 +01:00
update_step.rs Implement documents format 2021-09-21 16:58:33 +02:00
word_prefix_docids.rs Fixing piles of clippy errors. 2022-10-13 22:02:54 +02:00
words_prefix_position_docids.rs Use an unstable algorithm for grenad::Sorter when possible 2022-09-13 14:49:53 +02:00
words_prefixes_fst.rs Fix clippy errors 2022-11-04 09:27:46 +09:00