Execute subquery if another one does not return result

I have a 2 stage document detection query. one is strong and fast (just comparing one untokenized field) another one is more complex it includes sript filter and multi_match query and it is weaker. thatswhy I wonder can i somehow combine them in single request but execute 2 only if first one found nothing?