Merge branch 'doc/16650-deprecate-attachments'

This commit is contained in:
David Pilato 2016-02-15 16:40:47 +01:00
commit 89a2505d01
3 changed files with 12 additions and 2 deletions

View File

@ -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].

View File

@ -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>>::

View File

@ -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