mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
update the facets for the benchmarks
This commit is contained in:
parent
e5dfde88fd
commit
4969abeaab
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ fn base_conf(builder: &mut Settings) {
|
|||
builder.set_searchable_fields(searchable_fields);
|
||||
|
||||
let faceted_fields = [
|
||||
("released-timestamp", "integer"),
|
||||
("duration-float", "float"),
|
||||
("released-timestamp", "number"),
|
||||
("duration-float", "number"),
|
||||
("genre", "string"),
|
||||
("country", "string"),
|
||||
("artist", "string"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue