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

Property Value

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