 | 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.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic int LimitWords { get; set; }
Public Property LimitWords As Integer
Get
Set
Property Value
Type:
Int32The maximum number of keywords that can be included into the snippet.
See Also