Method AddPrefixMatch
AddPrefixMatch(StringBuilder, String, String, String)
Called while highlighting a single result, to append a matched prefix token, to the provided fragments list.
Declaration
protected virtual void AddPrefixMatch(StringBuilder sb, string surface, string analyzed, string prefixToken)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | The |
System.String | surface | The fragment of the surface form (indexed during Build(IInputIterator), corresponding to this match |
System.String | analyzed | The analyzed token that matched |
System.String | prefixToken | The prefix of the token that matched |