Skip to content

Elastica\Client\updateDocument fails with ES 7.3 #1683

@lenada

Description

@lenada

When testing current master against Elasticsearch 7.3
->updateDocument() throws

Elasticsearch\Common\Exceptions\UnexpectedValueException

"version" is not a valid parameter. Allowed parameters are "_source", "_source_excludes", "_source_includes", "error_trace", "filter_path", "human", "if_primary_term", "if_seq_no", "lang", "opaqueId", "parent", "pretty", "refresh", "retry_on_conflict", "routing", "source", "timeout", "wait_for_active_shards"

After removing the version parameter it seems to update the document just fine.

Apart from that issue; are there plans to tag a ES 7.3 compatible release anytime soon?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions