Skip to content

Commit 7cbcf94

Browse files
committed
Edited the markdown doc description
1 parent 48ae44f commit 7cbcf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Each entry specifies the following parameters:
285285
score = (score - min) / (max - min)
286286
```
287287

288-
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores so that the L2 norm (Euclidean norm) of the score vector is 1. Each score is divided by the square root of the sum of squares of all scores:
288+
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores using the L2 norm of the score values.
289289

290290
```
291291
score = score / sqrt(sum(score_i^2))

0 commit comments

Comments
 (0)