Snippets OptionsAfter Match 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>.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The string to insert after match.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public string AfterMatch { get; set; }VB
Public Property AfterMatch As String
Get
SetProperty Value
StringThe string to insert after match.