Fields Boosting
You can use the boost
interface to boost the importance of a field in the search results.
In this example, we are boosting the title
field by 2
.
That means that any match of 'Harry'
in the title
field will be considered twice as important as a match in any other field.
You can boost multiple fields:
In this example, we are boosting the title
field by 2
and the director
field by 1.5
.