update the facets for the benchmarks

This commit is contained in:
tamo 2021-04-27 15:02:14 +02:00 committed by Tamo
parent e5dfde88fd
commit 4969abeaab
No known key found for this signature in database
GPG Key ID: 20CD8020AFA88D69

View File

@ -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"),