Update concurrent-segment-search.md (#5348)

syntax error

Signed-off-by: Sander van de Geijn <sandervandegeijn@icloud.com>
This commit is contained in:
Sander van de Geijn 2023-10-20 20:52:33 +02:00 committed by GitHub
parent 2dfe944895
commit 79e4fb7eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ There are several methods for enabling concurrent segment search, depending on t
If you are running an OpenSearch cluster and want to enable concurrent segment search in the config file, add the following line to `opensearch.yml`:
```yaml
opensearch.experimental.feature.concurrent_segment_search.enabled=true
opensearch.experimental.feature.concurrent_segment_search.enabled: true
```
{% include copy.html %}