Skip to content

Commit 0ac3e10

Browse files
lowercasing title
1 parent 634951f commit 0ac3e10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'C# Tutorial: Optimize Indexing with the Push API'
2+
title: 'C# Tutorial: Optimize indexing with the push API'
33
titleSuffix: Azure Cognitive Search
4-
description: Learn how to efficiently index data using Azure Cognitive Search's Push API and an exponential backoff retry strategy. This tutorial and sample code are in C#.
4+
description: Learn how to efficiently index data using Azure Cognitive Search's push API. This tutorial and sample code are in C#.
55

66
manager: liamca
77
author: dereklegenzoff
@@ -11,7 +11,7 @@ ms.topic: tutorial
1111
ms.date: 05/08/2020
1212
---
1313

14-
# Tutorial: Optimize Indexing with the Push API
14+
# Tutorial: Optimize indexing with the push API
1515

1616
Azure Cognitive Search supports [two basic approaches](https://docs.microsoft.com/en-us/azure/search/search-what-is-data-import) for importing data into a search index: *pushing* your data into the index programmatically, or pointing an [Azure Cognitive Search indexer](https://docs.microsoft.com/en-us/azure/search/search-indexer-overview) at a supported data source to *pull* in the data.
1717

0 commit comments

Comments
 (0)