Update Score calculation authored by Fruth, Leon's avatar Fruth, Leon
......@@ -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.~"]
```