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
This API is likely less urgent to address than the others we've encountered, because a typeless request option is already available. In particular, it is already possible to omit the _type field in requests (it looks like a default of _type will be used if a type is not provided).
The text was updated successfully, but these errors were encountered:
Just a note that 'team types removal' was hoping the core features team could take this on. Let us know if this seems off or if you have any questions!
The
_type
field can currently be provided in thedocs
section of simulate pipeline request (as in the example https://www.elastic.co/guide/en/elasticsearch/reference/master/simulate-pipeline-api.html). It would be great to deprecate the use of_type
in these requests, making sure to deprecate the relevant methods in the high-level REST response as well.This API is likely less urgent to address than the others we've encountered, because a typeless request option is already available. In particular, it is already possible to omit the
_type
field in requests (it looks like a default of_type
will be used if a type is not provided).The text was updated successfully, but these errors were encountered: