Skip to content

Commit 55d2037

Browse files
committed
pesky links
1 parent 460e9ea commit 55d2037

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

deploy-manage/production-guidance/optimize-performance/search-speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,5 +424,5 @@ The `constant_keyword` is not strictly required for this optimization: it is als
424424

425425
## Default search timeout [_default_search_timeout]
426426

427-
By default, search requests don’t time out. You can set a timeout using the [`search.default_search_timeout`](../../../solutions/search/querying-for-search.md#search-timeout) setting.
427+
By default, search requests don’t time out. You can set a timeout using the [`search.default_search_timeout`](../../../solutions/search/the-search-api.md#search-timeout) setting.
428428

solutions/search/full-text/search-relevance.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ mapped_pages:
88
This section includes a few recipes to help with common search relevance issues:
99

1010
* [Mixing exact search with stemming](search-relevance/mixing-exact-search-with-stemming.md)
11-
* [Getting consistent scores](../examples/consistent-scoring.md)
12-
* [Incorporating static relevance signals into the score](../examples/static-scoring-signals.md)
13-
11+
* [Getting consistent scores](search-relevance/consistent-scoring.md)
12+
* [Incorporating static relevance signals into the score](search-relevance/static-scoring-signals.md)
1413

1514

1615

troubleshoot/elasticsearch/high-jvm-memory-pressure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Expensive searches may have a large [`size` argument](https://www.elastic.co/gui
7878
* Lower the `size` limit using the [`index.max_result_window`](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-max-result-window) index setting.
7979
* Decrease the maximum number of allowed aggregation buckets using the [search.max_buckets](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-settings.html#search-settings-max-buckets) cluster setting.
8080
* Disable expensive queries using the [`search.allow_expensive_queries`](../../explore-analyze/query-filter/languages/querydsl.md#query-dsl-allow-expensive-queries) cluster setting.
81-
* Set a default search timeout using the [`search.default_search_timeout`](../../solutions/search/querying-for-search.md#search-timeout) cluster setting.
81+
* Set a default search timeout using the [`search.default_search_timeout`](../../solutions/search/the-search-api.md#search-timeout) cluster setting.
8282

8383
```console
8484
PUT _settings

0 commit comments

Comments
 (0)