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 |
|
Clément Renault
|
61b383f422
|
Introduce the criteria update setting
|
2020-12-04 12:02:22 +01:00 |
|
Clément Renault
|
9ec95679e1
|
Introduce a function to retrieve the facet level range docids
|
2020-11-23 16:43:50 +01:00 |
|
Clément Renault
|
fd8360deb1
|
Update the facet indexing facet test
|
2020-11-23 16:43:50 +01:00 |
|
Clément Renault
|
e76558b0cc
|
Change the settings update system to reindex only one time
|
2020-11-14 11:17:49 +01:00 |
|
Clément Renault
|
a18d9a1f87
|
Parse and store the faceted fields
|
2020-11-13 16:13:51 +01:00 |
|
Clément Renault
|
466fb601d6
|
Faceted fields settings must specify the facet type
|
2020-11-13 11:46:48 +01:00 |
|
Clément Renault
|
ebe7087bff
|
Introduce the faceted fields setting
|
2020-11-11 17:08:18 +01:00 |
|
Clément Renault
|
ea43080548
|
Make the indexing process send the new progress step events
|
2020-11-11 13:13:08 +01:00 |
|
Clément Renault
|
a31db33e93
|
Introduce an optimization when the searchable attributes are ordered
|
2020-11-03 19:59:09 +01:00 |
|
Clément Renault
|
a20c871ece
|
Add more tests to the Settings searchable attributes operation
|
2020-11-03 18:58:19 +01:00 |
|
Clément Renault
|
649fb6e401
|
Make sure that the indexing Store only index searchable fields
|
2020-11-03 18:58:19 +01:00 |
|
Clément Renault
|
e48630da72
|
Introduce the searchable parameter settings to the Settings update
|
2020-11-03 18:58:19 +01:00 |
|
Clément Renault
|
995d72b8c1
|
Introduce the Settings update operation
|
2020-11-02 15:31:20 +01:00 |
|