Changes
Page history
Update Score calculation
authored
Jun 20, 2022
by
Fruth, Leon
Hide whitespace changes
Inline
Side-by-side
Score-calculation.md
View page @
dff5be8b
...
...
@@ -19,7 +19,7 @@ Then the sum for each of the terms $`t`$ in $`q`$:
### Field Boost
One can add a higher weight to a field , so that this field influences the overall score more than other fields.
```
json
"fields"
:
[
"_content.Page.Content.Title.~^2"
,
"fields"
:
[
"_content.Page.Content.Title.~^2"
,
"_content.Page.Content.Body.~"
]
```