Skip to content

Synonyms API - apply synonym updates sequentially #130543

Open
@carlosdelest

Description

@carlosdelest

Synonyms API rely on synonyms being stored on a system index. Each synonym is stored as a separate document on that index.

Retrieving and updating synonyms means doing bulk updates and searching on the index. This means that applying concurrent updates can result in inconsistent status for synonyms.

Synonyms should be updated as a master operation to ensure they are applied sequentially.

See #109390 for details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions