Compartir a través de


ShingleTokenFilter.TokenSeparator Propiedad

Definición

Obtiene o establece la cadena que se va a usar al unir tokens adyacentes para formar un shingle. El valor predeterminado es un espacio único (" ").

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a