<highlightExpressions>

Build 1501 on 14/Nov/2017  This topic last edited on: 15/Mar/2016, at 11:51

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.