ISolrCustomFieldSearchResult.HighlightedValues

Fore Syntax

HighlightedValues: Array;

Fore.NET Syntax

HighlightedValues: Array;

Description

The HighlightedValues property returns array of the field found values taking into account highlighting of the search value.

Comments

The search value will be framed with the <hlt>...</hlt> tag.

Example

The example of use is given in description of the ISolrSearchResult.CustomFieldSearchResults property.

See also:

ISolrCustomFieldSearchResult