implement a first POC for sharding where we only index the document that concerns our shard

This commit is contained in:
Tamo
2025-06-04 11:05:18 +02:00
parent 5c14a25d5a
commit 1ef5b1a2a8
12 changed files with 171 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ fn test_facet_distribution_with_no_facet_values() {
&mut new_fields_ids_map,
&|| false,
Progress::default(),
&[],
)
.unwrap();

View File

@@ -95,6 +95,7 @@ pub fn setup_search_index_with_criteria(criteria: &[Criterion]) -> Index {
&mut new_fields_ids_map,
&|| false,
Progress::default(),
&[],
)
.unwrap();

View File

@@ -329,6 +329,7 @@ fn criteria_ascdesc() {
&mut new_fields_ids_map,
&|| false,
Progress::default(),
&[],
)
.unwrap();

View File

@@ -138,6 +138,7 @@ fn test_typo_disabled_on_word() {
&mut new_fields_ids_map,
&|| false,
Progress::default(),
&[],
)
.unwrap();