 | 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.4.1
Syntaxpublic int Around { get; set; }
Public Property Around As Integer
Get
Set
Property Value
Type:
Int32The number of words to pick around each matching keywords block.
See Also