MeiliSearch/meilisearch/tests/documents
meili-bors[bot] b87485e80d
Merge #4433
4433: Enhance facet incremental r=Kerollmops a=ManyTheFish

# Pull Request

## Related issue
Fixes #4367
Fixes #4409

## What does this PR do?

- Add a test reproducing #4409
- Fix #4409 by removing a document from a level only if it is no more present in all the linked sub-level nodes
- Optimize facet Incremental indexing by creating or deleting a complete level once per field id instead of for each facet value
- Optimize facet Incremental indexing by doing the additions and the deletions in the same process instead of doing them separately


Co-authored-by: ManyTheFish <many@meilisearch.com>
2024-02-28 15:28:46 +00:00
..
add_documents.rs create a test with the dry-run parameter enabled 2024-02-26 13:59:41 +01:00
delete_documents.rs Fix tests 2023-10-30 15:11:07 +01:00
errors.rs create a test with the dry-run parameter enabled 2024-02-26 13:59:41 +01:00
get_documents.rs refactor the tests suite slightly 2023-09-11 16:56:26 +02:00
mod.rs fix a wrong error code and add tests on the document resource 2023-01-18 15:28:02 +01:00
update_documents.rs Add test rerpoducing bug 2024-02-15 16:00:48 +01:00