Update app.config.json

Fix default score configuration
This commit is contained in:
Eugenio Romano
2021-02-04 14:26:00 +00:00
committed by GitHub
parent 7f1343b504
commit 3695150186

View File

@@ -253,7 +253,7 @@
"defaults": [ "defaults": [
{ {
"key": "score", "key": "score",
"type": "FIELD", "type": "SCORE",
"field": "score", "field": "score",
"ascending": false "ascending": false
} }