Skip to content

Commit 79149a0

Browse files
committed
Change field boosting section name
1 parent 35248db commit 79149a0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/reference/elasticsearch/rest-apis/retrievers.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,13 +1053,9 @@ In the `linear` retriever, this grouping relies on using a normalizer other than
10531053
If you use the `none` normalizer, the scores across field groups will not be normalized and the results may be biased towards lexical field matches.
10541054
::::
10551055
1056-
### Field boosting [multi-field-field-boosting]
1056+
### Linear retriever field boosting [multi-field-field-boosting]
10571057
1058-
::::{note}
1059-
This section applies only to the `linear` retriever.
1060-
::::
1061-
1062-
Fields can be boosted using the `^` notation:
1058+
When using the `linear` retriever, fields can be boosted using the `^` notation:
10631059
10641060
```console
10651061
GET books/_search

0 commit comments

Comments
 (0)