Skip to content

Commit db0a950

Browse files
committed
Fix link
1 parent 1aa5a55 commit db0a950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/tutorial-optimize-indexing-push-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The schema of your index has an effect on indexing speeds. For this reason, it m
153153

154154
Azure AI Search supports the following APIs to load single or multiple documents into an index:
155155

156-
+ [Documents - Index (REST API)](/rest/api/searchservice/documents/?view=rest-searchservice-2024-07-01&tabs=HTTP)
156+
+ [Documents - Index (REST API)](/rest/api/searchservice/documents)
157157
+ [IndexDocumentsAction class](/dotnet/api/azure.search.documents.models.indexdocumentsaction) or [IndexDocumentsBatch class](/dotnet/api/azure.search.documents.models.indexdocumentsbatch)
158158

159159
Indexing documents in batches significantly improves indexing performance. These batches can be up to 1,000 documents, or up to about 16 MB per batch.

0 commit comments

Comments
 (0)