Update concurrent-segment-search.md (#5348)
syntax error Signed-off-by: Sander van de Geijn <sandervandegeijn@icloud.com>
This commit is contained in:
parent
2dfe944895
commit
79e4fb7eb4
|
@ -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`:
|
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
|
```yaml
|
||||||
opensearch.experimental.feature.concurrent_segment_search.enabled=true
|
opensearch.experimental.feature.concurrent_segment_search.enabled: true
|
||||||
```
|
```
|
||||||
{% include copy.html %}
|
{% include copy.html %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue