ShingleTokenFilter.TokenSeparator Property

Definition

The string to use when joining adjacent tokens to form a shingle. Default is a single space (" ").

public string TokenSeparator { get; set; }
member this.TokenSeparator : string with get, set
Public Property TokenSeparator As String

Property Value

Applies to