Changed v3.0.0 to v5.0.0 in plugin docs

This commit is contained in:
Clinton Gormley 2016-03-02 11:57:42 +01:00
parent d1e6e2d1df
commit 5bb744bfde
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[[mapper-attachments]]
=== Mapper Attachments Plugin
deprecated[3.0.0,The `mapper-attachments` plugin has been replaced by the <<ingest-attachment, `ingest-attachment`>> plugin]
deprecated[5.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,7 +10,7 @@ The core mapper plugins are:
<<mapper-attachments>>::
deprecated[3.0.0,The `mapper-attachments` plugin has been replaced by the <<ingest-attachment, `ingest-attachment`>> plugin]:
deprecated[5.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.