Click or drag to resize

SnippetsOptionsLimitPassages Property

Limits the maximum number of passages that can be included into the snippet. Default is 0. Supported in Sphinx 1.10.1 and above.

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

Property Value

Int32
The maximum number of passages that can be included into the snippet.
See Also