Merge branch 'doc/16650-deprecate-attachments'
This commit is contained in:
commit
89a2505d01
|
@ -1,6 +1,8 @@
|
||||||
[[mapper-attachments]]
|
[[mapper-attachments]]
|
||||||
=== Mapper Attachments Plugin
|
=== 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)
|
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].
|
using the Apache text extraction library http://lucene.apache.org/tika/[Tika].
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,9 @@ The core mapper plugins are:
|
||||||
|
|
||||||
<<mapper-attachments>>::
|
<<mapper-attachments>>::
|
||||||
|
|
||||||
The mapper-attachments integrates http://lucene.apache.org/tika/[Apache Tika] to provide a new field
|
deprecated[3.0.0,The `mapper-attachments` plugin has been replaced by the <<ingest-attachment, `ingest-attachment`>> plugin]:
|
||||||
type `attachment` to allow indexing of documents such as PDFs and Microsoft Word.
|
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>>::
|
<<mapper-size>>::
|
||||||
|
|
||||||
|
|
|
@ -445,6 +445,13 @@ cloud:
|
||||||
|
|
||||||
Cloud GCE plugin has been renamed to {plugins}/discovery-gce.html[Discovery GCE plugin].
|
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]]
|
[[breaking_30_java_api_changes]]
|
||||||
=== Java API changes
|
=== Java API changes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue