We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330e32b commit c35a28eCopy full SHA for c35a28e
docs/reference/elasticsearch/rest-apis/retrievers.md
@@ -296,7 +296,9 @@ Each entry in the `retrievers` array specifies the following parameters:
296
297
* `none`
298
* `minmax` : A `MinMaxScoreNormalizer` that normalizes scores based on the following formula
299
- `score = (score - min) / (max - min)`
+ ```
300
+ score = (score - min) / (max - min)
301
302
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores using the L2 norm of the score values.
303
304
`rank_window_size`
0 commit comments