Skip to content

Commit

Permalink
Update concurrent-segment-search.md (#5348)
Browse files Browse the repository at this point in the history
syntax error

Signed-off-by: Sander van de Geijn <[email protected]>
  • Loading branch information
sandervandegeijn authored Oct 20, 2023
1 parent 2dfe944 commit 79e4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/concurrent-segment-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 79e4fb7

Please sign in to comment.