You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _api-reference/document-apis/mtermvectors.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following table lists the available path parameters. All path parameters are
32
32
33
33
| Parameter | Data type | Description |
34
34
| :--- | :--- | :--- |
35
-
|`index`| String | The name of the index containing the document. |
35
+
|`index`| String | The name of the index that contains the document. |
36
36
37
37
<!-- spec_insert_end -->
38
38
@@ -53,7 +53,7 @@ The following table lists the available query parameters. All query parameters a
53
53
|`offsets`| Boolean | If `true`, the response includes term offsets. _(Default: `true`)_|
54
54
|`payloads`| Boolean | If `true`, the response includes term payloads. _(Default: `true`)_|
55
55
|`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. |
57
57
|`realtime`| Boolean | If `true`, the request is real time as opposed to near real time. _(Default: `true`)_|
58
58
|`routing`| List or String | A custom value used to route operations to a specific shard. |
59
59
|`term_statistics`| Boolean | If `true`, the response includes term frequency and document frequency. _(Default: `false`)_|
0 commit comments