reduce weight on channel tips
This commit is contained in:
parent
6f5c828442
commit
cc653ec5b6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function getResults (input) {
|
|||
'function_score': {
|
||||
'field_value_factor': {
|
||||
'field' : 'certificate_amount',
|
||||
'factor' : effectiveFactor,
|
||||
'factor' : effectiveFactor / 10,
|
||||
'missing': 1,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue