Skip to content

Commit a34eca9

Browse files
authored
Update linear-retriever.md
1 parent 51b66b9 commit a34eca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Combining `query` and `retrievers` is not supported.
2828
Fields can include boost values using the `^` notation (e.g., `"field^2"`).
2929
If not specified, uses the index's default fields from the `index.query.default_field` index setting, which is `*` by default.
3030

31-
`normalizer` {applies_to}`stack: ga 9.2`
31+
`normalizer` {applies_to}`stack: ga 9.1`
3232
: (Optional, String)
3333

3434
The top-level normalizer to use when combining results.
@@ -37,6 +37,7 @@ Combining `query` and `retrievers` is not supported.
3737

3838
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).
3939
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`
4041

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

0 commit comments

Comments
 (0)