Click or drag to resize
SnippetsOptionsLimitWords Property
Limits the maximum number of keywords 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: 3.12.6
Syntax
public int LimitWords { get; set; }

Property Value

Type: Int32
The maximum number of keywords that can be included into the snippet.
See Also