Skip to content

Commit 7d94fe2

Browse files
authored
Resolved PR Review Comments
1 parent 40715fc commit 7d94fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The generally available .NET SDK has full parity with the generally available RE
294294

295295
## Indexing changed documents
296296

297-
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the [`HighWaterMarkChangeDetectionPolicy`](https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.search.models.highwatermarkchangedetectionpolicy?view=azure-dotnet) using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
297+
The purpose of a data change detection policy is to efficiently identify changed data items. Currently, the only supported policy is the [`HighWaterMarkChangeDetectionPolicy`](https://docs.microsoft.com/dotnet/api/microsoft.azure.search.models.highwatermarkchangedetectionpolicy) using the `_ts` (timestamp) property provided by Azure Cosmos DB, which is specified as follows:
298298

299299
{
300300
"@odata.type" : "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy",

0 commit comments

Comments
 (0)