Skip to content

Update that returns fields from document #1296

Closed
@jcachat

Description

@jcachat

I am trying to execute an Update that returns fields from the source document. It works fine when I do it manually (curl, etc) but when using the .Net client, I am able to specify the fields but Nest.IUpdateResponse doesn't seem to provide any way to get them. In fact, response.ConnectionStatus.ResponseRaw is just null. The RequestUri does contain the "&fields=_source" parameter so it seems like it's executing correctly.

Is this something that is just not supported or is there something else I need to do to get these fields from the response?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions