NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Mapper Plugins
editMapper Plugins
editMapper plugins allow new field datatypes to be added to Elasticsearch.
Core mapper plugins
editThe core mapper plugins are:
- Mapper Size Plugin
-
The mapper-size plugin provides the
_size
meta 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).