-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement _source parameter on action and doc lines. #4339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a comment about the _source
property type
@codebrain let me know when this is ready to review again |
Ready @russcam! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left some additional comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some additional comments
src/Nest/Document/Multiple/Bulk/BulkResponseItem/BulkResponseItemBase.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one small comment about a method that is no longer needed 👍
@codebrain have the Bulk Update supporting |
It has not been ported to |
Implement _source parameter on action and doc lines. (cherry picked from commit e4c1d35)
Implement _source parameter on action and doc lines. (cherry picked from commit e4c1d35)
The documentation (https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html) indicates that
_source
is valid on both the action and the doc lines (see the JSON example at the bottom of the page).This PR is in draft whilst it is ratified if there is any precendence in parameters being set, or if the parameters are preferred on the action line or doc line.