Skip to content

Commit a44cf1d

Browse files
committed
cleaned up
1 parent 7808fc1 commit a44cf1d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,9 @@ Combining `query` and `retrievers` is not supported.
3131
`normalizer` {applies_to}`stack: ga 9.1`
3232
: (Optional, String)
3333

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).
3535
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.
4037

4138
::::{warning}
4239
Avoid using `none` as that will disable normalization and may bias the result set towards lexical matches.

0 commit comments

Comments
 (0)