Skip to content

Commit c35a28e

Browse files
authored
Update retrievers.md
1 parent 330e32b commit c35a28e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ 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-
`score = (score - min) / (max - min)`
299+
```
300+
score = (score - min) / (max - min)
301+
```
300302
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores using the L2 norm of the score values.
301303

302304
`rank_window_size`

0 commit comments

Comments
 (0)