Naarcha-AWS dc21de0f80
Add additional technical feedback to workloads (#4879)
* 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>
2023-08-28 18:09:04 -05:00

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.