Share via


IndexSearchServiceState Enum

Definition

An enum represeting the different states an IIndexedTextSearchService can be in.

public enum IndexSearchServiceState
type IndexSearchServiceState = 
Public Enum IndexSearchServiceState
Inheritance
IndexSearchServiceState

Fields

Faulted 3

Indexed search service is not available due to a fault

InProgressAccurate 1

Indexed search service is available and will accept queries but might be slow

InProgressStale 2

Indexed search service is available and will accept queries but might be stale

NotAvailable 0

Indexed search service is not available

Ready 4

Indexed search service is available and ready to accept queries.

Applies to