SnippetsOptionsAround Property

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

Definition

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

Property Value

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

See Also