Fix link in concurrent segment search (#6436)

* Fix link in concurrent segment search

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Prevent 403on the maven repo domain

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

---------

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2024-02-19 11:56:44 -05:00 committed by GitHub
parent 0856c622bf
commit 9af42a86f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ module Jekyll::LinkChecker
'crates.io', # 404s on bots 'crates.io', # 404s on bots
'www.cloudflare.com', # 403s on bots 'www.cloudflare.com', # 403s on bots
'platform.openai.com', # 403s on bots 'platform.openai.com', # 403s on bots
'mvnrepository.com', # 403s on bots
'example.issue.link' # a fake example link from the template 'example.issue.link' # a fake example link from the template
] ]

View File

@ -81,7 +81,7 @@ The `search.concurrent.max_slice_count` setting can take the following valid val
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. 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.
- 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. - 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.
- `sampler` and `diversified_sampler` aggregations. See [this GitHub issue](https://github.com/opensearch-project/OpenSearch/issues/110750) for more information. - `sampler` and `diversified_sampler` aggregations. See [this GitHub issue](https://github.com/opensearch-project/OpenSearch/issues/11075) for more information.
## Other considerations ## Other considerations