|
|
|
@ -9,7 +9,8 @@ module.exports = {
|
|
|
|
|
'boost': 100, |
|
|
|
|
'query': 'test', |
|
|
|
|
'type': 'phrase', |
|
|
|
|
'operator': 'and' |
|
|
|
|
'operator': 'and', |
|
|
|
|
'slop': 3 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}], |
|
|
|
@ -22,7 +23,8 @@ module.exports = {
|
|
|
|
|
'boost': 100, |
|
|
|
|
'query': 'test', |
|
|
|
|
'type': 'phrase', |
|
|
|
|
'operator': 'and' |
|
|
|
|
'operator': 'and', |
|
|
|
|
'slop': 3 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -41,7 +43,7 @@ module.exports = {
|
|
|
|
|
'weight': 40 |
|
|
|
|
}], |
|
|
|
|
'score_mode': 'avg', |
|
|
|
|
'boost_mode': 'multiply', |
|
|
|
|
'boost_mode': 'replace', |
|
|
|
|
'filter': { |
|
|
|
|
'or': [ |
|
|
|
|
{ |
|
|
|
@ -60,12 +62,7 @@ module.exports = {
|
|
|
|
|
},{ |
|
|
|
|
'function_score': { |
|
|
|
|
'query': { |
|
|
|
|
'match': { |
|
|
|
|
'name.default': { |
|
|
|
|
'analyzer': 'peliasQueryFullToken', |
|
|
|
|
'query': 'test', |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
'match_all': {} |
|
|
|
|
}, |
|
|
|
|
'max_boost': 20, |
|
|
|
|
'score_mode': 'first', |
|
|
|
@ -82,12 +79,7 @@ module.exports = {
|
|
|
|
|
},{ |
|
|
|
|
'function_score': { |
|
|
|
|
'query': { |
|
|
|
|
'match': { |
|
|
|
|
'name.default': { |
|
|
|
|
'analyzer': 'peliasQueryFullToken', |
|
|
|
|
'query': 'test', |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
'match_all': {} |
|
|
|
|
}, |
|
|
|
|
'max_boost': 20, |
|
|
|
|
'score_mode': 'first', |
|
|
|
|