Set search_k to max_hits * n_trees with finite pagination

This commit is contained in:
Mubelotix
2025-07-07 12:53:48 +02:00
parent 70a860a0f0
commit 68362cf5dd
8 changed files with 52 additions and 15 deletions

View File

@ -29,7 +29,7 @@ macro_rules! test_distinct {
search.query(search::TEST_QUERY);
search.limit($limit);
search.offset($offset);
search.exhaustive_number_hits($exhaustive);
search.is_exhaustive_pagination($exhaustive);
search.terms_matching_strategy(TermsMatchingStrategy::default());