Skip to content

Commit f789b5e

Browse files
improve wording
1 parent 37056a6 commit f789b5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/api/multi_search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Each search result object is composed of the following fields:
215215
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](/reference/api/search#facetstats) |
216216
| **`processingTimeMs`** | Number | Processing time of the query |
217217
| **`query`** | String | Query originating the response |
218-
| **`requestUid`** | String | A UUID v7 identifying the request |
218+
| **`requestUid`** | String | A UUID v7 identifying the search request |
219219

220220
#### Federated multi-search requests
221221

@@ -233,7 +233,7 @@ Federated search requests return a single object and the following fields:
233233
| **`facetDistribution`** | Object | [Distribution of the given facets](#mergefacets) |
234234
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](#mergefacets) |
235235
| **`remoteErrors`** | Object | Indicates which remote requests failed and why |
236-
| **`requestUid`** | String | A UUID v7 identifying the request |
236+
| **`requestUid`** | String | A UUID v7 identifying the search request |
237237

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

reference/api/search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ By default, [this endpoint returns a maximum of 1000 results](/learn/resources/k
117117
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](#facetstats) |
118118
| **`processingTimeMs`** | Number | Processing time of the query |
119119
| **`query`** | String | Query originating the response |
120-
| **`requestUid`** | String | A UUID v7 identifying the request |
120+
| **`requestUid`** | String | A UUID v7 identifying the search request |
121121

122122
#### Exhaustive and estimated total number of search results
123123

@@ -232,7 +232,7 @@ By default, [this endpoint returns a maximum of 1000 results](/learn/resources/k
232232
| **`facetStats`** | Object | [The numeric `min` and `max` values per facet](#facetstats) |
233233
| **`processingTimeMs`** | Number | Processing time of the query |
234234
| **`query`** | String | Query originating the response |
235-
| **`requestUid`** | String | A UUID v7 identifying the request |
235+
| **`requestUid`** | String | A UUID v7 identifying the search request |
236236

237237
### Example
238238

0 commit comments

Comments
 (0)