 | 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.4.1
Syntaxpublic string ChunkSeparator { get; set; }
Public Property ChunkSeparator As String
Get
Set
Property Value
Type:
StringThe chunk separator.
See Also