Skip to content

Commit 9eb3968

Browse files
Updated API components to reflect the latest OpenSearch API spec (2025-06-29) (#10157) (#10165)
1 parent 06181d3 commit 9eb3968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_api-reference/document-apis/mtermvectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table lists the available path parameters. All path parameters are
3232

3333
| Parameter | Data type | Description |
3434
| :--- | :--- | :--- |
35-
| `index` | String | The name of the index containing the document. |
35+
| `index` | String | The name of the index that contains the document. |
3636

3737
<!-- spec_insert_end -->
3838

@@ -53,7 +53,7 @@ The following table lists the available query parameters. All query parameters a
5353
| `offsets` | Boolean | If `true`, the response includes term offsets. _(Default: `true`)_ |
5454
| `payloads` | Boolean | If `true`, the response includes term payloads. _(Default: `true`)_ |
5555
| `positions` | Boolean | If `true`, the response includes term positions. _(Default: `true`)_ |
56-
| `preference` | String | Specifies the node or shard on which the operation should be performed. See [preference query parameter]({{site.url}}{{site.baseurl}}/api-reference/search-apis/search/#the-preference-query-parameter) for a list of available options. By default the requests are routed randomly to available shard copies (primary or replica), with no guarantee of consistency across repeated queries. |
56+
| `preference` | String | Specifies the node or shard on which the operation should be performed. See [preference query parameter]({{site.url}}{{site.baseurl}}/api-reference/search-apis/search/#the-preference-query-parameter) for a list of available options. By default the requests are routed randomly to available shard copies (primary or replica), with no guarantee of consistency across repeated queries. |
5757
| `realtime` | Boolean | If `true`, the request is real time as opposed to near real time. _(Default: `true`)_ |
5858
| `routing` | List or String | A custom value used to route operations to a specific shard. |
5959
| `term_statistics` | Boolean | If `true`, the response includes term frequency and document frequency. _(Default: `false`)_ |

0 commit comments

Comments
 (0)