Snippets OptionsAround 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
The number of words to pick around each matching keywords block.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int Around { get; set; }VB
Public Property Around As Integer
Get
SetProperty Value
Int32The number of words to pick around each matching keywords block.