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