elasticsearch/docs/reference/elasticsearch-plugins/analysis-plugins.md
Colleen McGinnis b7e3a1e14b
[docs] Migrate docs from AsciiDoc to Markdown (#123507)
* delete asciidoc files

* add migrated files

* fix errors

* Disable docs tests

* Clarify release notes page titles

* Revert "Clarify release notes page titles"

This reverts commit 8be688648d.

* Comment out edternal URI images

* Clean up query languages landing pages, link to conceptual docs

* Add .md to url

* Fixes inference processor nesting.

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com>
2025-02-27 17:56:14 +01:00

2.1 KiB

mapped_pages
https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis.html

Analysis plugins [analysis]

Analysis plugins extend Elasticsearch by adding new analyzers, tokenizers, token filters, or character filters to Elasticsearch.

Core analysis plugins [_core_analysis_plugins]

The core analysis plugins are:

ICU
Adds extended Unicode support using the ICU libraries, including better analysis of Asian languages, Unicode normalization, Unicode-aware case folding, collation support, and transliteration.
Kuromoji
Advanced analysis of Japanese using the Kuromoji analyzer.
Nori
Morphological analysis of Korean using the Lucene Nori analyzer.
Phonetic
Analyzes tokens into their phonetic equivalent using Soundex, Metaphone, Caverphone, and other codecs.
SmartCN
An analyzer for Chinese or mixed Chinese-English text. This analyzer uses probabilistic knowledge to find the optimal word segmentation for Simplified Chinese text. The text is first broken into sentences, then each sentence is segmented into words.
Stempel
Provides high quality stemming for Polish.
Ukrainian
Provides stemming for Ukrainian.

Community contributed analysis plugins [_community_contributed_analysis_plugins]

A number of analysis plugins have been contributed by our community: