From 44e6d1aac65c5a8667bd78ee2a623118406f1866 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 18 Aug 2015 13:00:04 +0200 Subject: [PATCH] [doc] Move mapper attachment plugin to mapper page --- docs/plugins/api.asciidoc | 6 ------ docs/plugins/mapper.asciidoc | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/plugins/api.asciidoc b/docs/plugins/api.asciidoc index 343d246ae2d..9e3b8f34da4 100644 --- a/docs/plugins/api.asciidoc +++ b/docs/plugins/api.asciidoc @@ -15,12 +15,6 @@ The delete by query plugin adds support for deleting all of the documents replacement for the problematic _delete-by-query_ functionality which has been removed from Elasticsearch core. -https://github.com/elasticsearch/elasticsearch-mapper-attachments[Mapper Attachments Type plugin]:: - -Integrates http://lucene.apache.org/tika/[Apache Tika] to provide a new field -type `attachment` to allow indexing of documents such as PDFs and Microsoft -Word. - [float] === Community contributed API extension plugins diff --git a/docs/plugins/mapper.asciidoc b/docs/plugins/mapper.asciidoc index 226fc4e40d0..c6a3a7b35aa 100644 --- a/docs/plugins/mapper.asciidoc +++ b/docs/plugins/mapper.asciidoc @@ -8,6 +8,12 @@ Mapper plugins allow new field datatypes to be added to Elasticsearch. The core mapper plugins are: +https://github.com/elasticsearch/elasticsearch-mapper-attachments[Mapper Attachments Type plugin]:: + +Integrates http://lucene.apache.org/tika/[Apache Tika] to provide a new field +type `attachment` to allow indexing of documents such as PDFs and Microsoft +Word. + <>:: The mapper-size plugin provides the `_size` meta field which, when enabled,