共用方式為


KeywordMarkerTokenFilter.IgnoreCase Property

Definition

A value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false.

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

Property Value

Applies to