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
Metadata fields (_routing, _parent, _ttl) can also be specified in the request body and in certain scenarios they don't get indexed (just stored in the source).
Example (ttl is not configured):
{
"_ttl" : 1
}
A term query on _ttl field would fail in the case, this can be confusing, especially when the ttl feature isn't used at all.
In the case that metadata fields are in the request body and these fields don't get indexed then this index request should fail.
The text was updated successfully, but these errors were encountered:
Metadata fields (_routing, _parent, _ttl) can also be specified in the request body and in certain scenarios they don't get indexed (just stored in the source).
Example (ttl is not configured):
A term query on
_ttl
field would fail in the case, this can be confusing, especially when the ttl feature isn't used at all.In the case that metadata fields are in the request body and these fields don't get indexed then this index request should fail.
The text was updated successfully, but these errors were encountered: