elastic/elasticsearch-java

AttachmentProcessor deserializer doesn't support "remove_binary" field

lugipfupf opened this issue · 1 comments

Java API client version

8.7.1

Java version

17

Elasticsearch Version

8.8.1

Problem description

This is pretty much a copy of #610, but for the AttachmentProcessor.

Attaching PDF files and having ElasticSearch index them works very well. ElasticSearch issues a warning that binaries should be removed (on which I agree).
AttachmentProcessor, however does not support this field.

https://github.com/elastic/elasticsearch-java/blob/main/java-client/src/main/java/co/elastic/clients/elasticsearch/ingest/AttachmentProcessor.java