* Add `collection_search_args`.
* Remove `collection_name` argument. Use `Index::get_collection_name()` instead.
* Add `collection_search_args_t`, `Union_KV` and `Union_Topster`.
* Allow multiple sub-searches to the same collection in union.
* Fix union tests.
* Union pagination.
* Union sorting.
* Update test.
* Totals documents count of a particular collection should only be added once in `out_of`.
* Update error message.
* Make `Topster` generic.
* Refactor template declaration.
* Fix `CollectionFacetingTest, FacetCountsBool`.
* Rename parameter.
* Rename return parameters.
* Add `search_time_ms` and `page` return parameters.