Add tests for stop words and fix a couple of bugs

This commit is contained in:
Loïc Lecrenier
2023-04-27 13:30:09 +02:00
parent dd007dceca
commit 374095d42c
5 changed files with 155 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ pub mod sort;
pub mod typo;
pub mod typo_proximity;
pub mod words_tms;
pub mod stop_words;
fn collect_field_values(
index: &crate::Index,