I'm trying to use ingest pipeline using NEST library but not sure how should i specify the pipeline. I can insert the document successfully using console with following.
POST /mydocuments/document/3?pipeline=attachment { "content": "e1xydGYxXGFuc2kNCkxvcmVtIGlwc3VtIGRvbG9yIHNpdCBhbWV0DQpccGFyIH0=" }
Looking forward for some help.
Thanks,
Himal