Click or drag to resize
SnippetsOptionsStartPassageId Property
Specifies the starting value of %PASSAGE_ID% macro (that gets detected and expanded in BeforeMatch, AfterMatch. Default is 1. Supported in Sphinx 1.10.1 and above.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public int StartPassageId { get; set; }

Property Value

Type: Int32
The starting value of %PASSAGE_ID% macro.
See Also