* Fixing documentation for Wildcard in term-level queries section for Query DSL Signed-off-by: Samuel Valdes Gutierrez <[email protected]> * replacing 'indices' term for 'indexes' term ONLY for description texts (not variables, links or properties) Signed-off-by: Samuel Valdes Gutierrez <[email protected]> * Update creating-custom-workloads.md Signed-off-by: Naarcha-AWS <[email protected]> * updating changes suggested by Naarcha-AWS Signed-off-by: Samuel Valdes Gutierrez <[email protected]> * updating changes suggested by Naarcha-AWS Signed-off-by: Samuel Valdes Gutierrez <[email protected]> * Rename _benchmark/workloads/index.md to _benchmark/workloads/reference/index.md Signed-off-by: Naarcha-AWS <[email protected]> * Rename _benchmark/workloads/indices.md to _benchmark/workloads/reference/indices.md Signed-off-by: Naarcha-AWS <[email protected]> --------- Signed-off-by: Samuel Valdes Gutierrez <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]>
31 lines
593 B
Markdown
31 lines
593 B
Markdown
---
|
|
layout: default
|
|
title: indices
|
|
parent: Workload reference
|
|
nav_order: 65
|
|
---
|
|
|
|
# indices
|
|
|
|
The `indices` element contains a list of all indexes used in the workload.
|
|
|
|
## Example
|
|
|
|
```json
|
|
"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.
|