Add documentation

This commit is contained in:
Loïc Lecrenier 2023-03-08 13:26:29 +01:00
parent 4e266211bf
commit c232cdabf5
10 changed files with 358 additions and 548 deletions

View file

@ -46,7 +46,7 @@ impl<'search> SearchContext<'search> {
}
}
if *use_prefix_db {
if let Some(prefix_docids) = self.get_prefix_docids(*original)? {
if let Some(prefix_docids) = self.get_word_prefix_docids(*original)? {
or_docids.push(prefix_docids);
}
}