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: 3.12.6
Syntax
public int Around { get; set; }

Property Value

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