 | BuildExcerptsOptionsForceAllWords 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.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool ForceAllWords { get; set; }
Public Property ForceAllWords As Boolean
Get
Set
Property Value
Type:
Booleantrue if snippet length limit should be ignored; otherwise,
false.
See Also