Skip to content

Commit c45fb09

Browse files
authored
Merge pull request #97733 from JasonWHowell/patch-5
Update search-howto-incremental-index.md
2 parents ffacfd4 + 52cbd59 commit c45fb09

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
title: Add incremental indexing (preview)
33
titleSuffix: Azure Cognitive Search
44
description: Enable change tracking and preserve state of enriched content for controlled processing in a cognitive skillset. This feature is currently in public preview.
5-
65
author: vkurpad
76
manager: eladz
87
ms.author: vikurpad
9-
108
ms.service: cognitive-search
119
ms.devlang: rest-api
1210
ms.topic: conceptual
@@ -39,11 +37,7 @@ api-key: [admin key]
3937

4038
### Step 2: Add the cache property
4139

42-
<<<<<<< HEAD
4340
Edit the response from the GET request to add the `cache` property to the indexer. The cache object requires only a single property, `storageConnectionString` which is the connection string to the storage account.
44-
=======
45-
Edit the response from the GET request to add the `cache` property to the indexer. The cache object requires only a single property, and that is the connection string to an Azure Storage account.
46-
>>>>>>> 3519a330aa86b6827d31403690529105825b1b16
4741

4842
```json
4943
{

0 commit comments

Comments
 (0)