Click or drag to resize

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.3.0
Syntax
public string BeforeMatch { get; set; }

Property Value

Type: String
The string to insert before a match.
See Also