meilisearch/milli/src/update/index_documents
Loïc Lecrenier 264a04922d Add prefix_word_pair_proximity database
Similar to the word_prefix_pair_proximity one but instead the keys are:
(proximity, prefix, word2)
2022-10-18 10:37:34 +02:00
..
extract Change encoding of word_pair_proximity DB to (proximity, word1, word2) 2022-10-18 10:37:34 +02:00
helpers Use an unstable algorithm for grenad::Sorter when possible 2022-09-13 14:49:53 +02:00
enrich.rs fix: Remove whitespace trimming during document id validation 2022-08-03 11:38:40 +02:00
mod.rs Add prefix_word_pair_proximity database 2022-10-18 10:37:34 +02:00
transform.rs Use an unstable algorithm for grenad::Sorter when possible 2022-09-13 14:49:53 +02:00
typed_chunk.rs Avoid using too much memory when indexing facet-exists-docids 2022-07-19 14:42:35 +02:00