Browse Source

Deprecate Mapper Attachment Plugin

Now that we have the ingest-attachment plugin (https://github.com/elastic/elasticsearch/pull/16490)  we should deprecate the mapper-attachment plugin.

Closes #16650.
David Pilato 9 years ago
parent
commit
55d9b6878b

+ 2 - 0
docs/plugins/mapper-attachments.asciidoc

@@ -1,6 +1,8 @@
 [[mapper-attachments]]
 === Mapper Attachments Plugin
 
+deprecated[3.0.0,The `mapper-attachments` plugin has been replaced by the <<ingest-attachment, `ingest-attachment`>> plugin]
+
 The mapper attachments plugin lets Elasticsearch index file attachments in common formats (such as PPT, XLS, PDF)
 using the Apache text extraction library http://lucene.apache.org/tika/[Tika].
 

+ 3 - 2
docs/plugins/mapper.asciidoc

@@ -10,8 +10,9 @@ The core mapper plugins are:
 
 <<mapper-attachments>>::
 
-The mapper-attachments 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.
+deprecated[3.0.0,The `mapper-attachments` plugin has been replaced by the <<ingest-attachment, `ingest-attachment`>> plugin]:
+The mapper-attachments 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.
 
 <<mapper-size>>::
 

+ 7 - 0
docs/reference/migration/migrate_3_0.asciidoc

@@ -445,6 +445,13 @@ cloud:
 
 Cloud GCE plugin has been renamed to {plugins}/discovery-gce.html[Discovery GCE plugin].
 
+
+==== Mapper Attachments plugin deprecated
+
+Mapper attachments has been deprecated. Users should use now the {plugins}/ingest-attachment.html[`ingest-attachment`]
+plugin.
+
+
 [[breaking_30_java_api_changes]]
 === Java API changes