IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Analysis Plugins
editAnalysis Plugins
editAnalysis plugins extend Elasticsearch by adding new analyzers, tokenizers, token filters, or character filters to Elasticsearch.
Core analysis plugins
editThe 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.
- 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.
Community contributed analysis plugins
editA number of analysis plugins have been contributed by our community:
- Combo Analysis Plugin (by Olivier Favre, Yakaz)
- Hebrew Analysis Plugin (by Itamar Syn-Hershko)
- IK Analysis Plugin (by Medcl)
- Mmseg Analysis Plugin (by Medcl)
- Morfologik (Polish) Analysis plugin (by chytreg)
- Russian and English Morphological Analysis Plugin (by Igor Motov)
- Pinyin Analysis Plugin (by Medcl)
- Vietnamese Analysis Plugin (by Duy Do)
- Network Addresses Analysis Plugin (by Ofir123)
These community plugins appear to have been abandoned:
- Annotation Analysis Plugin (by Michal Samek)
- String2Integer Analysis Plugin (by Medcl)