Skip to content

Commit b9b1b25

Browse files
committed
fixed more merge issues
1 parent 8e43681 commit b9b1b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-run-reset-indexers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Change detection is essential for determining what's new or updated in the data
3030
+ Azure Storage has built-in change detection through its LastModified property
3131
+ Other data sources, such as Azure SQL or Azure Cosmos DB, have to be configured for change detection before the indexer can read new and updated rows.
3232

33-
If the underlying content is unchanged, a run operation has no effect. In this case, idexer execution history will indicate `0\0` documents processed.
33+
If the underlying content is unchanged, a run operation has no effect. In this case, indexer execution history will indicate `0\0` documents processed.
3434

3535
## Indexer execution
3636

@@ -56,7 +56,7 @@ Indexer limits vary by the workload. For each workload, the following job limits
5656
5757
## Resetting indexers
5858

59-
After the initial run, an indexer keeps track of which search documents have been indexed through an internal *high-water mark*. The marker is never exposed, but internally the indexer knows where it last stopped, so that it can pick up where it left off on the next run.
59+
After the initial run, an indexer keeps track of which search documents have been indexed through an internal *high-water mark*. The marker is never exposed, but internally the indexer knows where it last stopped.
6060

6161
If you need to rebuild all or part of an index, you can clear the indexer's high-water mark through a reset. Reset APIs are available at decreasing levels in the object hierarchy:
6262

0 commit comments

Comments
 (0)