meilisearch/src/bin
Kerollmops 2ae3f40971
Make the indexer ignore certain words
This is a preparation for making the indexing fully parallel by making the
indexer only be aware of certain words for each threads to avoid postings lists
conflicts for each words
2020-07-01 17:49:46 +02:00
..
indexer.rs Make the indexer ignore certain words 2020-07-01 17:49:46 +02:00
search.rs Introduce a database to store all docids for a word and attribute 2020-06-22 19:24:20 +02:00
serve.rs Fix multiple bugs 2020-06-11 11:55:03 +02:00
stats.rs Store documents ids under attribute ids 2020-06-05 16:32:14 +02:00