ShingleTokenFilter.TokenSeparator Property

Definition

Gets or sets the string to use when joining adjacent tokens to form a shingle. Default is a single space (" ").

[Newtonsoft.Json.JsonProperty(PropertyName="tokenSeparator")]
public string TokenSeparator { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenSeparator")>]
member this.TokenSeparator : string with get, set
Public Property TokenSeparator As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to