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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Combining `query` and `retrievers` is not supported.
28
28
Fields can include boost values using the `^` notation (e.g., `"field^2"`).
29
29
If not specified, uses the index's default fields from the `index.query.default_field` index setting, which is `*` by default.
30
30
31
-
`normalizer` {applies_to}`stack: ga 9.2`
31
+
`normalizer` {applies_to}`stack: ga 9.1`
32
32
: (Optional, String)
33
33
34
34
The top-level normalizer to use when combining results.
@@ -37,6 +37,7 @@ Combining `query` and `retrievers` is not supported.
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
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
+
{applies_to}`stack: ga 9.2`
40
41
41
42
::::{warning}
42
43
Avoid using `none` as that will disable normalization and may bias the result set towards lexical matches.
0 commit comments