2 Commits

Author SHA1 Message Date
Harpreet Sangar
2b1c4f7c24
Add more return parameters. (#2113)
Some checks failed
tests / test (push) Has been cancelled
2024-12-18 11:59:40 +05:30
Harpreet Sangar
0855aeff24
Union (#2051)
Some checks failed
tests / test (push) Has been cancelled
* 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.
2024-12-16 21:31:49 +05:30