 | BuildExcerptsOptionsAround Property |
Gets or sets how much words to pick around each matching keywords block. Default is 5.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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