mapper.asciidoc 586 B

1234567891011121314151617181920212223
  1. [[mapper]]
  2. == Mapper Plugins
  3. Mapper plugins allow new field datatypes to be added to Elasticsearch.
  4. [float]
  5. === Core mapper plugins
  6. The core mapper plugins are:
  7. <<mapper-size>>::
  8. The mapper-size plugin provides the `_size` meta field which, when enabled,
  9. indexes the size in bytes of the original
  10. {ref}/mapping-source-field.html[`_source`] field.
  11. <<mapper-murmur3>>::
  12. The mapper-murmur3 plugin allows hashes to be computed at index-time and stored
  13. in the index for later use with the `cardinality` aggregation.
  14. include::mapper-size.asciidoc[]
  15. include::mapper-murmur3.asciidoc[]