mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
* Add additional technical feedback to workloads TO DO: Add Running Tasks in Parallel section. Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Fix indices table. Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Fix corpora page Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> * Update _benchmark/workloads/corpora.md Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com> Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> --------- Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
596 B
596 B
layout | title | parent | nav_order |
---|---|---|---|
default | indices | Workload reference | 65 |
indices
The indices
element contains a list of all indices used in the workload.
Example
"indices": [
{
"name": "geonames",
"body": "geonames-index.json",
}
]
Configuration options
Use the following options with indices
:
Parameter | Required | Type | Description |
---|---|---|---|
name |
Yes | String | The name of the index template. |
body |
No | String | The file name corresponding to the index definition used in the body of the Create Index API. |