Skip to content

Commit

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


(cherry picked from commit 79e4fb7)

Signed-off-by: Sander van de Geijn <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent eaa3132 commit d2fd697
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 d2fd697

Please sign in to comment.