Condividi tramite


CustomNormalizer.CharFilters Property

Definition

A list of character filters used to prepare input text before it is processed. For instance, they can replace certain characters or symbols. The filters are run in the order in which they are listed.

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.CharFilterName> CharFilters { get; }
member this.CharFilters : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.CharFilterName>
Public ReadOnly Property CharFilters As IList(Of CharFilterName)

Property Value

Applies to