comment exact matches should rank higher than title fuzz matches

This commit is contained in:
keyan 2022-02-03 16:04:20 -06:00
parent 66d2c4f9a9
commit e18ca2fee8
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ export default {
type: 'most_fields',
fields: ['title^20', 'text'],
minimum_should_match: '100%',
boost: 3
boost: 40
}
},
{