Snippets OptionsForce All Words 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.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true if snippet length limit should be ignored; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool ForceAllWords { get; set; }VB
Public Property ForceAllWords As Boolean
Get
SetProperty Value
Booleantrue if snippet length limit should be ignored; otherwise, false.