Method AddWholeMatch
AddWholeMatch(StringBuilder, String, String)
Called while highlighting a single result, to append the whole matched token to the provided fragments list.
Declaration
protected virtual void AddWholeMatch(StringBuilder sb, string surface, string analyzed)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | The |
System.String | surface | The surface form (original) text |
System.String | analyzed | The analyzed token corresponding to the surface form text |