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-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,9 @@ 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 for score normalization. This serves as the default normalizer for all sub-retrievers.
34
+
The normalizer to use when using the [multi-field query format](../retrievers.md#multi-field-query-format).
35
35
See [normalizers](#linear-retriever-normalizers) for supported values.
36
-
37
-
When using the [multi-field query format](../retrievers.md#multi-field-query-format), this field is required when `query` is specified.
38
-
39
-
When using the `retrievers` array format, this field serves as the default normalizer for all sub-retrievers. Individual sub-retrievers can override this default by specifying their own `normalizer` field.
36
+
Required when `query` is specified.
40
37
41
38
::::{warning}
42
39
Avoid using `none` as that will disable normalization and may bias the result set towards lexical matches.
0 commit comments