Skip to content

Commit d24becc

Browse files
fixing links
1 parent 68e5dc2 commit d24becc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/search/search-howto-large-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In addition to the information in this article, you can also take advantage of t
3131

3232
Adding partitions or increasing the tier of your search service will both increase indexing speeds.
3333

34-
Adding additional replicas may also increase indexing speeds but it isn't guaranteed. On the other hand, additional replicas will increase the query volume your search service can handle. Replicas are also a key component for getting an [SLA](https://azure.microsoft.com/en-us/support/legal/sla/search/v1_0/).
34+
Adding additional replicas may also increase indexing speeds but it isn't guaranteed. On the other hand, additional replicas will increase the query volume your search service can handle. Replicas are also a key component for getting an [SLA](https://azure.microsoft.com/support/legal/sla/search/v1_0/).
3535

3636
Before adding partition/replicas or upgrading to a higher tier, consider the monetary cost and allocation time. Adding partitions can significantly increase indexing speed but adding/removing them can take anywhere from 15 minutes to several hours. For more information, see the documentation on [adjusting capacity](search-capacity-planning.md).
3737

@@ -70,7 +70,7 @@ You can modify this sample and test with different thread counts to determine th
7070
> [!NOTE]
7171
> As you increase the tier of your search service or increase the partitions, you should also increase the number of concurrent threads.
7272
73-
As you ramp up the requests hitting the search service, you may encounter [HTTP status codes](http-status-codes.md) indicating the request didn't fully succeed. During indexing, two common HTTP status codes are:
73+
As you ramp up the requests hitting the search service, you may encounter [HTTP status codes](https://docs.microsoft.com/rest/api/searchservice/http-status-codes) indicating the request didn't fully succeed. During indexing, two common HTTP status codes are:
7474

7575
* **503 Service Unavailable** - This error means that the system is under heavy load and your request can't be processed at this time.
7676
* **207 Multi-Status** - This error means that some documents succeeded, but at least one failed.

articles/search/tutorial-optimize-indexing-pushapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ To take full advantage of Azure Cognitive Search's indexing speeds, you'll likel
254254

255255
Several of the key considerations mentioned above impact the optimal number of threads. You can modify this sample and test with different thread counts to determine the optimal thread count for your scenario. However, as long as you have several threads running concurrently, you should be able to take advantage of most of the efficiency gains.
256256

257-
As you ramp up the requests hitting the search service, you may encounter [HTTP status codes](http-status-codes.md) indicating the request didn't fully succeed. During indexing, two common HTTP status codes are:
257+
As you ramp up the requests hitting the search service, you may encounter [HTTP status codes](https://docs.microsoft.com/rest/api/searchservice/http-status-codes) indicating the request didn't fully succeed. During indexing, two common HTTP status codes are:
258258

259259
* **503 Service Unavailable** - This error means that the system is under heavy load and your request can't be processed at this time.
260260
* **207 Multi-Status** - This error means that some documents succeeded, but at least one failed.

0 commit comments

Comments
 (0)