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.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool ForceAllWords { get; set; }

Property Value

Boolean
true if snippet length limit should be ignored; otherwise, false.

See Also