Compartir a través de


ShingleTokenFilter.MaxShingleSize Propiedad

Definición

Obtiene o establece el tamaño máximo del shingle. El valor predeterminado y mínimo es 2.

[Newtonsoft.Json.JsonProperty(PropertyName="maxShingleSize")]
public int? MaxShingleSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxShingleSize")>]
member this.MaxShingleSize : Nullable<int> with get, set
Public Property MaxShingleSize As Nullable(Of Integer)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a