as far as I can tell, the pipeline parameter is only supported for index, reindex and update_by_query, but not for regular update (documentation).
Since you seem to pass the whole document to your update call anyways, you could replace that with a second IndexAsync call which will have the same effect.
Also, does one need to delete the Pipeline when finished?
This depends on your use-case. I would say in most cases you want the pipeline to persist.
We are using NEST
I would highly recommend updating to the new client Elastic.Clients.Elasticsearch since NEST will be end of life at the end of this year.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.