You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Search] Rename HighWaterMark to the more generic ChangeTrackingState (Azure#24732)
* Rename HighWaterMark to the more generic ChangeTrackingState
* Update Changelog
* Rename properties in `IndexerChangeTrackingState`
* Rename parameters in `ModelFactory` class
/// <summary> The list of datasource document ids that have been reset. The datasource document id is the unique identifier for the data in the datasource. The indexer will prioritize selectively re-ingesting these ids. </summary>
/// <summary> Initializes a new instance of IndexerState. </summary>
35
35
/// <param name="mode"> The mode the indexer is running in. </param>
36
-
/// <param name="allDocumentsInitialHighWaterMark"> Change tracking state used when indexing starts on all documents in the datasource. </param>
37
-
/// <param name="allDocumentsFinalHighWaterMark"> Change tracking state value when indexing finishes on all documents in the datasource. </param>
38
-
/// <param name="resetDocumentsInitialHighWaterMark"> Change tracking state used when indexing starts on select, reset documents in the datasource. </param>
39
-
/// <param name="resetDocumentsFinalHighWaterMark"> Change tracking state value when indexing finishes on select, reset documents in the datasource. </param>
36
+
/// <param name="allDocumentsInitialChangeTrackingState"> Change tracking state used when indexing starts on all documents in the datasource. </param>
37
+
/// <param name="allDocumentsFinalChangeTrackingState"> Change tracking state value when indexing finishes on all documents in the datasource. </param>
38
+
/// <param name="resetDocumentsInitialChangeTrackingState"> Change tracking state used when indexing starts on select, reset documents in the datasource. </param>
39
+
/// <param name="resetDocumentsFinalChangeTrackingState"> Change tracking state value when indexing finishes on select, reset documents in the datasource. </param>
40
40
/// <param name="resetDocumentKeys"> The list of document keys that have been reset. The document key is the document's unique identifier for the data in the search index. The indexer will prioritize selectively re-ingesting these keys. </param>
41
41
/// <param name="resetDataSourceDocumentIds"> The list of datasource document ids that have been reset. The datasource document id is the unique identifier for the data in the datasource. The indexer will prioritize selectively re-ingesting these ids. </param>
0 commit comments