Skip to content

Commit 3d9732c

Browse files
Fix some mistakes in federated multi search docs (#3074)
1 parent 6288c48 commit 3d9732c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

reference/api/multi_search.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When both `facetsByIndex` and `mergeFacets` are present and not null, facet info
9595
{
9696
"hits": [ ],
9797
98-
"facetFederation": {
98+
"facetDistribution": {
9999
"ATTRIBUTE": {
100100
"VALUE": <Integer>,
101101
"VALUE": <Integer>
@@ -207,19 +207,14 @@ Federated search requests return a single object and the following fields:
207207

208208
| Name | Type | Description |
209209
| :----------------------- | :--------------- | :------------------------------------------------------------------------------- |
210-
| **`indexUid`** | String | [`uid`](/learn/getting_started/indexes#index-uid) of the requested index |
211210
| **`hits`** | Array of objects | Results of the query |
212211
| **`offset`** | Number | Number of documents skipped |
213212
| **`limit`** | Number | Number of documents to take |
214213
| **`estimatedTotalHits`** | Number | Estimated total number of matches |
215-
| **`totalHits`** | Number | Exhaustive total number of matches |
216-
| **`totalPages`** | Number | Exhaustive total number of search result pages |
217-
| **`hitsPerPage`** | Number | Number of results on each page |
218-
| **`page`** | Number | Current search results page |
219-
| **`facetDistribution`** | Object | **[Distribution of the given facets](/reference/api/search#facetdistribution)** |
220-
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](/reference/api/search#facetstats) |
221214
| **`processingTimeMs`** | Number | Processing time of the query |
222-
| **`query`** | String | Query originating the response |
215+
| **`facetsByIndex`** | Object | [Data for facets present in the search results](#facetsbyindex) |
216+
| **`facetDistribution`** | Object | [Distribution of the given facets](#mergefacets) |
217+
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](#mergefacets) |
223218

224219
Each result in the `hits` array contains an additional `_federation` field with the following fields:
225220

0 commit comments

Comments
 (0)