共用方式為


SynonymTokenFilter.Expand Property

Definition

A value indicating whether all words in the list of synonyms (if => notation is not used) will map to one another. If true, all words in the list of synonyms (if => notation is not used) will map to one another. The following list: incredible, unbelievable, fabulous, amazing is equivalent to: incredible, unbelievable, fabulous, amazing => incredible, unbelievable, fabulous, amazing. If false, the following list: incredible, unbelievable, fabulous, amazing will be equivalent to: incredible, unbelievable, fabulous, amazing => incredible. Default is true.

public bool? Expand { get; set; }
member this.Expand : Nullable<bool> with get, set
Public Property Expand As Nullable(Of Boolean)

Property Value

Applies to