summaryrefslogtreecommitdiff
path: root/docs/reference/mapping/types.asciidoc
diff options
context:
space:
mode:
authorDavid Pilato <david@pilato.fr>2016-09-12 15:54:12 +0200
committerDavid Pilato <david@pilato.fr>2016-09-19 09:01:16 +0200
commitdfd1eebdd06fff5c7b4be25252e63fd7b9ee77b3 (patch)
tree7f5371d657974de0cc57be535c2cffb7392b4215 /docs/reference/mapping/types.asciidoc
parent135a19e7a159ef0e8ab37cb84a6dfa73baa99711 (diff)
Remove mapper attachments plugin
We now have in 5.0.0 `ingest-attachment` plugin. We can remove `mapper-attachments` plugin for 6.0. Closes #18837.
Diffstat (limited to 'docs/reference/mapping/types.asciidoc')
-rw-r--r--docs/reference/mapping/types.asciidoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/reference/mapping/types.asciidoc b/docs/reference/mapping/types.asciidoc
index a05723cd19..8408dc89ae 100644
--- a/docs/reference/mapping/types.asciidoc
+++ b/docs/reference/mapping/types.asciidoc
@@ -35,12 +35,6 @@ string:: <<text,`text`>> and <<keyword,`keyword`>>
<<token-count>>:: `token_count` to count the number of tokens in a string
{plugins}/mapper-size.html[`mapper-murmur3`]:: `murmur3` to compute hashes of values at index-time and store them in the index
-Attachment datatype::
-
- See the {plugins}/mapper-attachments.html[`mapper-attachments`] plugin
- which supports indexing `attachments` like Microsoft Office formats, Open
- Document formats, ePub, HTML, etc. into an `attachment` datatype.
-
<<percolator>>:: Accepts queries from the query-dsl
[float]