Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _api-reference/document-apis/mtermvectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)_ |
Expand Down
Loading