s/boost_factor/boost in custom_filters_score doc
I may be wrong but I think custom_filters_score used boost rather than boost factor?
This commit is contained in:
parent
2e03a6629b
commit
6feeac98c8
|
@ -511,11 +511,11 @@ and the `custom_filters_score`
|
|||
"custom_filters_score": {
|
||||
"filters": [
|
||||
{
|
||||
"boost_factor": "3",
|
||||
"boost": "3",
|
||||
"filter": {...}
|
||||
},
|
||||
{
|
||||
"filter": {â¦},
|
||||
"filter": {...},
|
||||
"script": "_score * doc['my_numeric_field'].value / pow(param1, param2)"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue