Click or drag to resize

SnippetsOptionsForceAllWords Property

Gets or sets a value indicating whether to ignores the snippet length limit until it includes all the keywords. Default is false. Supported in Sphinx 1.10.1 and above.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool ForceAllWords { get; set; }

Property Value

Type: Boolean
true if snippet length limit should be ignored; otherwise, false.
See Also