mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 13:24:27 +01:00
cdeb07f0fd
The prefix search was inverted when we generated the DB. Instead of searching if word had a prefix in prefix fst, we were searching if the word was a prefix of a prefix contained in the prefix fst. The indexer, now, iterate over prefix contained in the fst and search them by prefix in the word-level-position-docids database, aggregating matches in a sorter. Fix #299 |
||
---|---|---|
.. | ||
index_documents | ||
available_documents_ids.rs | ||
clear_documents.rs | ||
delete_documents.rs | ||
facets.rs | ||
mod.rs | ||
settings.rs | ||
update_builder.rs | ||
update_step.rs | ||
word_prefix_docids.rs | ||
word_prefix_pair_proximity_docids.rs | ||
words_level_positions.rs | ||
words_prefixes_fst.rs |