Open
Description
Elastic allows to pass pipeline name on save request (https://www.elastic.co/guide/en/elasticsearch/reference/current/ingest.html#add-pipeline-to-indexing-request). It would be nice to have this ability with spring data. Extended .save() with another parameter or @ Pipeline annotation for index class so it would work for all saved documents for given index.