Skip to content

Commit e1fc065

Browse files
jed326kolchfa-aws
andauthored
Remove composite agg limitations for concurrent search (opensearch-project#7904)
Signed-off-by: Jay Deng <jayd0104@gmail.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent de62712 commit e1fc065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_search-plugins/concurrent-segment-search.md

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ Concurrent segment search helps to improve the performance of search requests at
9595
The following aggregations do not support the concurrent search model. If a search request contains one of these aggregations, the request will be executed using the non-concurrent path even if concurrent segment search is enabled at the cluster level or index level.
9696
- Parent aggregations on [join]({{site.url}}{{site.baseurl}}/field-types/supported-field-types/join/) fields. See [this GitHub issue](https://github.com/opensearch-project/OpenSearch/issues/9316) for more information.
9797
- `sampler` and `diversified_sampler` aggregations. See [this GitHub issue](https://github.com/opensearch-project/OpenSearch/issues/11075) for more information.
98-
- Composite aggregations that use scripts. See [this GitHub issue](https://github.com/opensearch-project/OpenSearch/issues/12947) for more information. Composite aggregations without scripts do support concurrent segment search.
9998

10099
## Other considerations
101100

0 commit comments

Comments
 (0)