Skip to content

Commit acb37a4

Browse files
committed
picking up some changes
1 parent 3ab80c1 commit acb37a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ The Azure .NET SDK automatically retries 503s and other failed requests, but you
6262

6363
+ Batching documents
6464
+ Parallel indexing over partitioned data
65-
+ Scheduling and integration with change detection logic to index just new and change documents over time
65+
+ Scheduling and change detection for indexing just new and change documents over time
6666

67-
Indexer schedules can resume processing at the last known stopping point. If data isn't fully indexed within the processing window, the indexer picks up wherever it left off on the next run.
67+
Indexer schedules can resume processing at the last known stopping point. If data isn't fully indexed within the processing window, the indexer picks up wherever it left off on the next run, assuming you're using a data source that provides change detection.
6868

69-
Partitioning data into smaller individual data sources enables parallel processing. You can break up source data into smaller components, such as into multiple containers in Azure Blob Storage, create a [data source](/rest/api/searchservice/create-data-source) for each partition, and then [run the indexers in parallel](search-howto-run-reset-indexers.md), subject to the number of search units of your search service.
69+
Partitioning data into smaller individual data sources enables parallel processing. You can break up source data, such as into multiple containers in Azure Blob Storage, create a [data source](/rest/api/searchservice/create-data-source) for each partition, and then [run the indexers in parallel](search-howto-run-reset-indexers.md), subject to the number of search units of your search service.
7070

7171
### Check indexer batch size
7272

0 commit comments

Comments
 (0)