Snippets OptionsBefore Match Property
Gets or sets the string to insert before a match. Starting with version 1.10-beta, a %PASSAGE_ID% macro
can be used in this string. The macro is replaced with an incrementing passage number within a current snippet.
Numbering starts at 1 by default but can be overridden with by setting StartPassageId.
In a multi-document call, %PASSAGE_ID% would restart at every given document. Default is <b>.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The string to insert before a match.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public string BeforeMatch { get; set; }VB
Public Property BeforeMatch As String
Get
SetProperty Value
StringThe string to insert before a match.