SnippetsOptionsChunkSeparator Property

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public string ChunkSeparator { get; set; }

Property Value

String
The chunk separator.

See Also