You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/retrievers/linear-retriever.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ Combining `query` and `retrievers` is not supported.
31
31
`normalizer` {applies_to}`stack: ga 9.1`
32
32
: (Optional, String)
33
33
34
-
The normalizer to use when combining results.
34
+
The top-level normalizer to use when combining results.
35
35
See [normalizers](#linear-retriever-normalizers) for supported values.
36
36
Required when `query` is specified.
37
37
38
38
When used with the [multi-field query format](../retrievers.md#multi-field-query-format) (`query` parameter), normalizes scores per [field grouping](../retrievers.md#multi-field-field-grouping).
39
-
When used with `retrievers`, serves as the default normalizer for any sub-retriever that doesn't specify its own normalizer. Per-retriever normalizers always take precedence over the top-level normalizer.
39
+
Otherwise serves as the default normalizer for any sub-retriever that doesn't specify its own normalizer. Per-retriever normalizers always take precedence over the top-level normalizer.
40
40
41
41
::::{warning}
42
42
Avoid using `none` as that will disable normalization and may bias the result set towards lexical matches.
0 commit comments