Skip to content

BulkUpdateDescriptor & DocAsUpsert Not Working in Latest Dev Branch #773

Closed
@nariman-haghighi

Description

@nariman-haghighi

It seems .Object was removed on BulkUpdateDescriptor recently and the following usage:

descriptor.Update<MediaStreamEntry>(u => u.Index("StreamEntry").Document(m).DocAsUpsert(true));

... is now generating: script or doc is missing. We previously had .Document(m).Object(m).DocAsUpsert(true) working correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions