Skip to content

Commit a9ef115

Browse files
committed
formatting
1 parent 352036c commit a9ef115

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/search/cognitive-search-incremental-indexing-conceptual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ REST API version `2019-05-06-Preview` provides incremental enrichment through ad
141141

142142
+ [Update Indexer (api-version=2019-05-06-Preview)](https://docs.microsoft.com/rest/api/searchservice/2019-05-06-preview/update-indexer)
143143

144-
+ [Update Skillset (api-version=2019-05-06-Preview)](https://docs.microsoft.com/rest/api/searchservice/2019-05-06-preview/update-skillset) (New URI parameter on the request `disableCacheReprocessingChangeDetection`)
144+
+ [Update Skillset (api-version=2019-05-06-Preview)](https://docs.microsoft.com/rest/api/searchservice/2019-05-06-preview/update-skillset) (New URI parameter on the request)
145145

146146
+ [Reset Skills (api-version=2019-05-06-Preview)](https://docs.microsoft.com/rest/api/searchservice/2019-05-06-preview/reset-skills)
147147

148-
+ Database indexers (Azure SQL, Cosmos DB). Some indexers retrieve data through queries. For queries that retrieve data, [Update Data Source](https://docs.microsoft.com/rest/api/searchservice/update-data-source) supports a new parameter on a request `ignoreResetRequirement`, which should be set to `true` when your update action should not invalidate the cache.
148+
+ Database indexers (Azure SQL, Cosmos DB). Some indexers retrieve data through queries. For queries that retrieve data, [Update Data Source](https://docs.microsoft.com/rest/api/searchservice/update-data-source) supports a new parameter on a request **ignoreResetRequirement**, which should be set to `true` when your update action should not invalidate the cache.
149149

150-
Use the `ignoreResetRequirement` sparingly as it could lead to unintended inconsistency in your data that will not be detected easily.
150+
Use **ignoreResetRequirement** sparingly as it could lead to unintended inconsistency in your data that will not be detected easily.
151151

152152
## Next steps
153153

articles/search/search-api-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: brjohnstmsft
88
ms.author: brjohnst
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 01/30/2020
11+
ms.date: 02/03/2020
1212
---
1313
# Preview features in Azure Cognitive Search
1414

@@ -46,7 +46,7 @@ Indexer preview features are available in preview Search API.
4646

4747
## Management features
4848

49-
+ [Create a search service using Private Endpoint (preview)](service-create-private-endpoint.md) in [`2019-10-01-Preview`](https://docs.microsoft.com/rest/api/searchmanagement/index-2019-10-01-preview) of the Management REST API. You can create a service that has restrictions on how its endpoint is accessed.
49+
+ [Private Endpoint support](service-create-private-endpoint.md) through [`api-version=2019-10-01-Preview`](https://docs.microsoft.com/rest/api/searchmanagement/index-2019-10-01-preview) of the Management REST API. You can create a service that has restrictions on how its endpoint is accessed.
5050

5151
## Earlier preview features
5252

0 commit comments

Comments
 (0)