Does URI Search support the unmapped_type parameter?

When you execute a URI search, but have unmapped fields in an index, ES will log an error.

If you use a Request Body Search, you can specify the unmapped_type argument to tell ES how it has to interprete such fields and you can get rid of the errors. In my case I only have the option to use the URI search and am wondering if there still is a way to avoid the errors.

How can I use the "unmapped_type" argument with a URI search? What about the "missing" argument? If these are not possible, is there another way?

Thanks,
Glenn