Click or drag to resize
BuildExcerptsOptionsAfterMatch Property
Gets or sets the string to insert after a match. Starting with version 1.10-beta, a %PASSAGE_ID% macro can be used in this string. Default is </b>.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public string AfterMatch { get; set; }

Property Value

Type: String
The string to insert after match.
See Also