MeiliSearch/milli/src/search
bors[bot] 0276d5212a
Merge #728
728: Add some integration tests on the sort criterion r=ManyTheFish a=loiclec

This is simply an integration test ensuring that the sort criterion works properly. 

However, only one version of the algorithm is tested here (the iterative one). To test the version that uses the facet DB, one has to manually set the `CANDIDATES_THRESHOLD` constant to `0`. I have done that and ensured that the test still succeeds. However, in the future, we will probably want to have an option to force which algorithm is used at runtime, for testing purposes.


Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com>
2022-12-14 09:27:12 +00:00
..
criteria Merge #728 2022-12-14 09:27:12 +00:00
distinct Fix cargo clippy errors 2022-10-27 01:04:23 +09:00
facet Add one more filter "integration" test 2022-12-07 14:38:25 +01:00
matches Avoid creating a MatchingWord for words that exceed the length limit 2022-11-28 10:20:13 +01:00
fst_utils.rs custom fst automatons 2022-03-15 17:38:35 +01:00
mod.rs Introduce an initial candidates set that makes the difference between an exhaustive count and an estimation 2022-12-08 09:41:34 +01:00
query_tree.rs Don't create partial matching words for synonyms in ngrams 2022-11-28 16:32:28 +01:00