 | SnippetsOptionsAfterMatch 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.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic string AfterMatch { get; set; }
Public Property AfterMatch As String
Get
Set
Property Value
Type:
StringThe string to insert after match.
See Also