MeiliSearch/src
mpostma 87a56d2bc9
Fix settings bug
replace ids with str in settings

This allows for better maintainability of the settings code, since
updating the searchable attributes is now straightforward.

criterion use string

fix reindexing fieldid remaping

add tests for primary_key compute

fix tests

fix http-ui

fixup! add tests for primary_key compute

code improvements settings

update deps

fixup! code improvements settings

fixup! refactor settings updates and fix bug

fixup! Fix settings bug

fixup! Fix settings bug

fixup! Fix settings bug

Update src/update/index_documents/transform.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>

fixup! Fix settings bug
2021-01-26 13:53:08 +01:00
..
facet Simplify the the facet types 2020-11-13 11:46:48 +01:00
heed_codec Introduce the field-id-docid-facet-values database 2020-12-04 12:03:20 +01:00
search Fix settings bug 2021-01-26 13:53:08 +01:00
subcommand Fix settings bug 2021-01-26 13:53:08 +01:00
update Fix settings bug 2021-01-26 13:53:08 +01:00
criterion.rs Fix settings bug 2021-01-26 13:53:08 +01:00
external_documents_ids.rs Use the ExternalDocumentsIds in the Index struct 2020-11-22 19:27:34 +01:00
fields_ids_map.rs Introduce the FieldId u8 alias type 2020-12-02 11:19:45 +01:00
index.rs Fix settings bug 2021-01-26 13:53:08 +01:00
lib.rs integrate with meilisearch tokenizer 2021-01-07 16:14:27 +01:00
main.rs Move the http server into its own sub-module 2020-11-05 11:16:39 +01:00
mdfs.rs Done a big clippy pass 2020-12-01 14:45:19 +01:00
proximity.rs Move the proximity function to a module 2020-09-22 10:54:59 +02:00
query_tokens.rs highlight with new tokenizer 2021-01-11 21:59:37 +01:00
update_store.rs create update handler trait 2020-12-22 12:59:15 +01:00