You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "root_cause": [ { "type": "mapper_parsing_exception", "reason": "Field [_ignored] is a metadata field and cannot be added inside a document. Use the index API request parameters." } ], "type": "mapper_parsing_exception", "reason": "failed to parse field [_ignored] of type [_ignored] in document with id 'Os9RwXEBSqVr35TmEzDZ'. Preview of field's value: 'description.keyword'", "caused_by": { "type": "mapper_parsing_exception", "reason": "Field [_ignored] is a metadata field and cannot be added inside a document. Use the index API request parameters." } }
Expected behavior
Item to be updated. Note, same works using an update from the table by typing.
Screenshots
Additional context
Example of the document:
{
"description": "hello",
"_ignored": [
"description.keyword"
]
}
The text was updated successfully, but these errors were encountered:
Describe the bug
Can not update document using 'update button'
Dejavu Version
Web latest.
To Reproduce
Connect
{ "root_cause": [ { "type": "mapper_parsing_exception", "reason": "Field [_ignored] is a metadata field and cannot be added inside a document. Use the index API request parameters." } ], "type": "mapper_parsing_exception", "reason": "failed to parse field [_ignored] of type [_ignored] in document with id 'Os9RwXEBSqVr35TmEzDZ'. Preview of field's value: 'description.keyword'", "caused_by": { "type": "mapper_parsing_exception", "reason": "Field [_ignored] is a metadata field and cannot be added inside a document. Use the index API request parameters." } }
Expected behavior
Item to be updated. Note, same works using an update from the table by typing.
Screenshots
Additional context
Example of the document:
{
"description": "hello",
"_ignored": [
"description.keyword"
]
}
The text was updated successfully, but these errors were encountered: