Hi,
How do you perform search query without specifying the field, basically to perform search on all fields.
I realize that _all is removed in elasticsearch 7.
I tried query_string with out fields but i get query_shard_exception and search_phase_execution_exception
Is there any other way?
Thanks