Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mapper attachments plugin #20416

Merged
merged 1 commit into from
Sep 19, 2016

Conversation

dadoonet
Copy link
Member

We now have in 5.0.0 ingest-attachment plugin.
We can remove mapper-attachments plugin for 6.0.

Closes #18837.

@dakrone
Copy link
Member

dakrone commented Sep 15, 2016

LGTM!

We now have in 5.0.0 `ingest-attachment` plugin.
We can remove `mapper-attachments` plugin for 6.0.

Closes elastic#18837.
@dadoonet dadoonet merged commit dfd1eeb into elastic:master Sep 19, 2016
@dadoonet dadoonet deleted the pr/remove-mapper-attachments branch September 19, 2016 12:50
ruflin pushed a commit to ruflin/Elastica that referenced this pull request Sep 14, 2017
…in (#1375)

[Mapper Attachment plugin has been removed](elastic/elasticsearch#20416) Use Ingest-attachment plugin and attachment processors with pipeline to ingest new documents.

the flow for ingesting a file into Elasticsearch changed a bit :

- u should create a Pipeline with an *Attachment Processor*
- add a file to the document
- ad the document to the index using a query string param of this format : **pipeline=name_of_the_pipeline**
@clintongormley clintongormley added :Search Foundations/Mapping Index mappings, including merging and defining field types and removed :Plugin Mapper Attachment labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Search Foundations/Mapping Index mappings, including merging and defining field types v6.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants