Click or drag to resize

SnippetsOptionsAround Property

Gets or sets how much words to pick around each matching keywords block. Default is 5.

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

Property Value

Type: Int32
The number of words to pick around each matching keywords block.
See Also