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: 3.12.6
Syntax
public string ChunkSeparator { get; set; }

Property Value

Type: String
The chunk separator.
See Also