Skip to content

Commit 299a222

Browse files
authored
Update retrievers.md
1 parent 0309a65 commit 299a222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,14 @@ Each entry in the `retrievers` array specifies the following parameters:
296296

297297
* `none`
298298
* `minmax` : A `MinMaxScoreNormalizer` that normalizes scores based on the following formula
299-
299+
300300
```
301301
score = (score - min) / (max - min)
302302
```
303-
303+
304304
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores using the L2 norm of the score values.
305-
See also [this hybrid search example](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-linear-retriever) using a linear retriever on how to independently configure and apply normalizers to retrievers.
306305

306+
See also [this hybrid search example](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-linear-retriever) using a linear retriever on how to independently configure and apply normalizers to retrievers.
307307

308308
`rank_window_size`
309309
: (Optional, integer)

0 commit comments

Comments
 (0)