comment exact matches should rank higher than title fuzz matches
This commit is contained in:
parent
66d2c4f9a9
commit
e18ca2fee8
|
@ -286,7 +286,7 @@ export default {
|
||||||
type: 'most_fields',
|
type: 'most_fields',
|
||||||
fields: ['title^20', 'text'],
|
fields: ['title^20', 'text'],
|
||||||
minimum_should_match: '100%',
|
minimum_should_match: '100%',
|
||||||
boost: 3
|
boost: 40
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue