From 767883a13cf73207624283f290d2d236ba7663c3 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Date: Sun, 23 Nov 2025 00:09:49 +0000 Subject: [PATCH] Updated API components to reflect the latest OpenSearch API spec (2025-11-23) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- _api-reference/document-apis/mtermvectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_api-reference/document-apis/mtermvectors.md b/_api-reference/document-apis/mtermvectors.md index 3e6eceb28f4..b2b01f138a2 100644 --- a/_api-reference/document-apis/mtermvectors.md +++ b/_api-reference/document-apis/mtermvectors.md @@ -53,7 +53,7 @@ The following table lists the available query parameters. All query parameters a | `offsets` | Boolean | If `true`, the response includes term offsets. _(Default: `true`)_ | | `payloads` | Boolean | If `true`, the response includes term payloads. _(Default: `true`)_ | | `positions` | Boolean | If `true`, the response includes term positions. _(Default: `true`)_ | -| `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. | +| `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. | | `realtime` | Boolean | If `true`, the request is real time as opposed to near real time. _(Default: `true`)_ | | `routing` | List or String | A custom value used to route operations to a specific shard. | | `term_statistics` | Boolean | If `true`, the response includes term frequency and document frequency. _(Default: `false`)_ |