Merge pull request #88 from lbryio/remove_effective_amount
removed effective amount function score from query.
This commit is contained in:
commit
7dcb8808a0
1 changed files with 0 additions and 9 deletions
|
@ -50,15 +50,6 @@ function getResults (input) {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'function_score': {
|
|
||||||
'script_score': {
|
|
||||||
'script': { // 100 LBC adds 1 point to the score
|
|
||||||
'source': "0.00000001 * doc['effective_amount'].value",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
'must': [
|
'must': [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue