- Plugins and Integrations: other versions:
- Introduction to plugins
- Plugin management
- API extension plugins
- Analysis plugins
- ICU analysis plugin
- Japanese (kuromoji) analysis plugin
kuromoji
analyzerkuromoji_iteration_mark
character filterkuromoji_tokenizer
kuromoji_baseform
token filterkuromoji_part_of_speech
token filterkuromoji_readingform
token filterkuromoji_stemmer
token filterja_stop
token filterkuromoji_number
token filterhiragana_uppercase
token filterkatakana_uppercase
token filterkuromoji_completion
token filter
- Korean (nori) analysis plugin
- Phonetic analysis plugin
- Smart Chinese analysis plugin
- Stempel Polish analysis plugin
- Ukrainian analysis plugin
- Discovery plugins
- Mapper plugins
- Snapshot/restore repository plugins
- Store plugins
- Integrations
- Creating an Elasticsearch plugin
Mapper plugins
editMapper plugins
editMapper plugins allow new field data types to be added to Elasticsearch.
Core mapper plugins
editThe core mapper plugins are:
- Mapper size plugin
-
The mapper-size plugin provides the
_size
metadata field which, when enabled, indexes the size in bytes of the original_source
field. - Mapper murmur3 plugin
-
The mapper-murmur3 plugin allows hashes to be computed at index-time and stored
in the index for later use with the
cardinality
aggregation. - Mapper annotated text plugin
- The annotated text plugin provides the ability to index text that is a combination of free-text and special markup that is typically used to identify items of interest such as people or organisations (see NER or Named Entity Recognition tools).
On this page
Was this helpful?
Thank you for your feedback.