The <HighlightExpressions> node is the parent for the <HighlightExpression> nodes.
Example
A full text search on "winter sports" returns:
<highlightExpressions>
<HighLightExpression
level="Normalized" term="sports" excluded="false"
matchingWords="sport" />
<HighLightExpression
level="Normalized" term="winter" excluded="false"
matchingWords="winter" />
</highlightExpressions>
Highlight expressions are sorted in the order occurrences, and can be used to highlight any text related to the search. They contain the individual terms used in the search query.