Reorder ranking rules for (maybe) better results
This commit is contained in:
parent
a5bb7f9345
commit
40280cc273
|
@ -18,12 +18,12 @@ def run(["index"]) do
|
|||
"/indexes/objects/settings/ranking-rules",
|
||||
[
|
||||
"desc(published)",
|
||||
"typo",
|
||||
"words",
|
||||
"exactness",
|
||||
"proximity",
|
||||
"attribute",
|
||||
"wordsPosition",
|
||||
"exactness"
|
||||
"typo",
|
||||
"attribute"
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue