You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/retrievers.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,10 +296,14 @@ Each entry in the `retrievers` array specifies the following parameters:
296
296
297
297
* `none`
298
298
* `minmax` : A `MinMaxScoreNormalizer` that normalizes scores based on the following formula
299
+
299
300
```
300
301
score = (score - min) / (max - min)
301
302
```
303
+
302
304
* `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.
0 commit comments