Share via


MappingCharFilter interface

A character filter that applies mappings defined with the mappings option. Matching is greedy (longest pattern matching at a given point wins). Replacement is allowed to be the empty string. This character filter is implemented using Apache Lucene.

Extends

Properties

mappings

A list of mappings of the following format: "a=>b" (all occurrences of the character "a" will be replaced with character "b").

odatatype

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

name

The name of the char filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

Property Details

mappings

A list of mappings of the following format: "a=>b" (all occurrences of the character "a" will be replaced with character "b").

mappings: string[]

Property Value

string[]

odatatype

Polymorphic discriminator, which specifies the different types this object can be

odatatype: "#Microsoft.Azure.Search.MappingCharFilter"

Property Value

"#Microsoft.Azure.Search.MappingCharFilter"

Inherited Property Details

name

The name of the char filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.

name: string

Property Value

string

Inherited From CharFilter.name