mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
[DOCS] Fix missing table end in function-score-query.asciidoc
This commit is contained in:
parent
ae36262a95
commit
b3bd189cd7
@ -215,7 +215,8 @@ There are a number of options for the `field_value_factor` function:
|
|||||||
`log1p`, `log2p`, `ln`, `ln1p`, `ln2p`, `square`, `sqrt`, or `reciprocal`.
|
`log1p`, `log2p`, `ln`, `ln1p`, `ln2p`, `square`, `sqrt`, or `reciprocal`.
|
||||||
Defaults to `none`.
|
Defaults to `none`.
|
||||||
|
|
||||||
|====================================
|
[cols="<,<",options="header",]
|
||||||
|
|=======================================================================
|
||||||
| Modifier | Meaning
|
| Modifier | Meaning
|
||||||
|
|
||||||
| `none` | Do not apply any multiplier to the field value
|
| `none` | Do not apply any multiplier to the field value
|
||||||
@ -228,6 +229,7 @@ There are a number of options for the `field_value_factor` function:
|
|||||||
| `square` | Square the field value (multiply it by itself)
|
| `square` | Square the field value (multiply it by itself)
|
||||||
| `sqrt` | Take the https://en.wikipedia.org/wiki/Square_root[square root] of the field value
|
| `sqrt` | Take the https://en.wikipedia.org/wiki/Square_root[square root] of the field value
|
||||||
| `reciprocal` | https://en.wikipedia.org/wiki/Multiplicative_inverse[Reciprocate] the field value, same as `1/x` where `x` is the field's value
|
| `reciprocal` | https://en.wikipedia.org/wiki/Multiplicative_inverse[Reciprocate] the field value, same as `1/x` where `x` is the field's value
|
||||||
|
|=======================================================================
|
||||||
|
|
||||||
`missing`::
|
`missing`::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user