mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
update comment
This commit is contained in:
@ -279,7 +279,7 @@ impl<'a> QueryTreeBuilder<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Split the word depending on the frequency of subwords in the database documents.
|
/// Split the word depending on the frequency of pairs near together in the database documents.
|
||||||
fn split_best_frequency<'a>(
|
fn split_best_frequency<'a>(
|
||||||
ctx: &impl Context,
|
ctx: &impl Context,
|
||||||
word: &'a str,
|
word: &'a str,
|
||||||
|
Reference in New Issue
Block a user