Click or drag to resize

SnippetsOptionsChunkSeparator Property

Gets or sets the separator which will be used to separate chunks of text. Default is " ... ".

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public string ChunkSeparator { get; set; }

Property Value

Type: String
The chunk separator.
See Also