mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
dfd1eebdd0
We now have in 5.0.0 `ingest-attachment` plugin. We can remove `mapper-attachments` plugin for 6.0. Closes #18837.
24 lines
586 B
Plaintext
24 lines
586 B
Plaintext
[[mapper]]
|
|
== Mapper Plugins
|
|
|
|
Mapper plugins allow new field datatypes to be added to Elasticsearch.
|
|
|
|
[float]
|
|
=== Core mapper plugins
|
|
|
|
The core mapper plugins are:
|
|
|
|
<<mapper-size>>::
|
|
|
|
The mapper-size plugin provides the `_size` meta field which, when enabled,
|
|
indexes the size in bytes of the original
|
|
{ref}/mapping-source-field.html[`_source`] field.
|
|
|
|
<<mapper-murmur3>>::
|
|
|
|
The mapper-murmur3 plugin allows hashes to be computed at index-time and stored
|
|
in the index for later use with the `cardinality` aggregation.
|
|
|
|
include::mapper-size.asciidoc[]
|
|
include::mapper-murmur3.asciidoc[]
|