I have 10 search definition of exact similar schema in Vespa, I want to merge (union) them all.
Example-
I have search_definition_1.sd
I have search_definition_2.sd
I have search_definition_3.sd
.
.
.
I have search_defination_10.sd
Now I need to search from all of the search definition at once, is it possible to union them all and create new search_definition_1_to_10.sd or search in all of at once.