mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix indexing of word_prefix_fid_docids
This commit is contained in:
parent
bc4efca611
commit
93188b3c88
3 changed files with 65 additions and 52 deletions
|
@ -14,7 +14,7 @@ pub use self::prefix_word_pairs::{
|
|||
pub use self::settings::{Setting, Settings};
|
||||
pub use self::update_step::UpdateIndexingStep;
|
||||
pub use self::word_prefix_docids::WordPrefixDocids;
|
||||
pub use self::words_prefix_position_docids::WordPrefixPositionDocids;
|
||||
pub use self::words_prefix_integer_docids::WordPrefixIntegerDocids;
|
||||
pub use self::words_prefixes_fst::WordsPrefixesFst;
|
||||
|
||||
mod available_documents_ids;
|
||||
|
@ -27,5 +27,5 @@ mod prefix_word_pairs;
|
|||
mod settings;
|
||||
mod update_step;
|
||||
mod word_prefix_docids;
|
||||
mod words_prefix_position_docids;
|
||||
mod words_prefix_integer_docids;
|
||||
mod words_prefixes_fst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue