Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-order description to match object #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ The [base.json file](https://github.com/overture-stack/composer/blob/develop/con
}
```

- The `index` field specifies the name of the Elasticsearch index, in this example the `overture-quickstart-index`

- `documentType` informs Arranger of the mapping type being used by Maestro, `analysis` or `file` centric

- The `index` field specifies the name of the Elasticsearch index, in this example the `overture-quickstart-index`

:::info Learn More
For more information on index mappings and index centricity, see our [administration guide covering index mappings.](/guides/administration-guides/index-mappings)
:::
Expand Down