NEST by Elastic and contributors

<PackageReference Include="NEST" Version="7.5.0" />

.NET API 4,381,696 bytes

 CharFiltersDescriptor

A char filter of type html_strip stripping out HTML elements from an analyzed text.

Normalizes as defined here: http://userguide.icu-project.org/transforms/normalization Part of the `analysis-icu` plugin: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html

The kuromoji_iteration_mark normalizes Japanese horizontal iteration marks (odoriji) to their expanded form. Part of the `analysis-kuromoji` plugin: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html

A char filter of type mapping replacing characters of an analyzed text with given mapping.

The pattern_replace char filter allows the use of a regex to manipulate the characters in a string before analysis.

public CharFiltersDescriptor UserDefined(string name, ICharFilter analyzer)