elasticsearch-net icon indicating copy to clipboard operation
elasticsearch-net copied to clipboard

bulkupdate request does not support pipelineId

Open prajeetu1991 opened this issue 2 years ago • 0 comments

NEST/Elasticsearch.Net version: 7.17.0

Elasticsearch version: 7.17.3

.NET runtime version:7.17.0

Operating system version: mac monterey

Description of the problem including expected versus actual behavior: A clear and concise description of what the bug is.

ES support pipelineID in bulk index and bulk update request. NEST has a way to pass pipeline ID in bulk index request but same parameter is not present in bulk update request. we can pass "Pipeline" in bulkIndexDescriptor object but BulkUpdateDescriptor object does not contain any such property. please provide one.

Steps to reproduce:

  1. compare bulkIndexDescriptor and BulkUpdateDescriptor object and you would see that "Pipeline" property is not present in BulkUpdateDescriptor.

Expected behavior Elastic search uses pipelineID and apply that pipeline with each indexing request.

Provide ConnectionSettings (if relevant):

Provide DebugInformation (if relevant):

prajeetu1991 avatar May 24 '22 21:05 prajeetu1991