Sdílet prostřednictvím


IndexerState Class

Definition

Represents all of the state that defines and dictates the indexer's current execution.

public class IndexerState
type IndexerState = class
Public Class IndexerState
Inheritance
IndexerState

Properties

AllDocsFinalTrackingState

Change tracking state value when indexing finishes on all documents in the datasource.

AllDocsInitialTrackingState

Change tracking state used when indexing starts on all documents in the datasource.

ChangeTrackingState

Change tracking state for an indexer's execution.

Mode

The mode the indexer is running in.

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.

ResetDocsFinalTrackingState

Change tracking state value when indexing finishes on select, reset documents in the datasource.

ResetDocsInitialTrackingState

Change tracking state used when indexing starts on select, reset documents in the datasource.

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.

ResyncFinalTrackingState

Change tracking state value when indexing finishes on selective options from the datasource.

ResyncInitialTrackingState

Change tracking state used when indexing starts on selective options from the datasource.

Applies to