Compartilhar via


SynonymTokenFilter.Expand Propriedade

Definição

Obtém ou define um valor que indica se todas as palavras na lista de sinônimos (se => notação não for usada) serão mapeadas umas para as outras. Se for true, todas as palavras na lista de sinônimos (se => notação não for usada) serão mapeadas umas para as outras. A seguinte lista: incrível, inacreditável, fabulosa, incrível é equivalente a: incrível, inacreditável, fabuloso, incrível => incrível, inacreditável, fabuloso, incrível. Se for falsa, a seguinte lista: incrível, inacreditável, fabulosa, incrível será equivalente a: incrível, inacreditável, fabuloso, incrível => incrível. O padrão é true.

[Newtonsoft.Json.JsonProperty(PropertyName="expand")]
public bool? Expand { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="expand")>]
member this.Expand : Nullable<bool> with get, set
Public Property Expand As Nullable(Of Boolean)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a