Add Tag to existing _id field

Hi all,

is there any chance to add a tag to an existing _id field via Put ?

For instance:
grafik

Now I would like to add a tag to each entrie to be able to add information about their runnnng status.

Lets say: for lxvqkWoBN5riFPJe1n47 add tag "tba" or "inProgress" eg.

Thanks for any suggestion

Regards
Thorben

got it --- closed!

POST /myindex/doc/O7gIxGkBwTnP44G8AEVE/_update
{
"doc": {
"tags": "WTF"
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.