meilisearch-rust
meilisearch-rust copied to clipboard
[v1.11.0] Support facet distribution for federated search
Following this central issue
Explanation of the feature
Related issue in the engine: https://github.com/meilisearch/meilisearch/issues/4932
- Request facet distributions and facet stats in your federated search, by using
federation.facetsByIndexin the POSTPOST /multi-searchroute. - Merge the returned facets in a single facet distribution and stats that is global to the entire request, by using
federation.mergeFacetsin the POSTPOST /multi-searchroute.