IndexSearchServiceState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enum represeting the different states an IIndexedTextSearchService can be in.
public enum IndexSearchServiceState
type IndexSearchServiceState =
Public Enum IndexSearchServiceState
- Inheritance
-
IndexSearchServiceState
Fields
Name | Value | Description |
---|---|---|
NotAvailable | 0 | Indexed search service is not available |
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 |
Faulted | 3 | Indexed search service is not available due to a fault |
Ready | 4 | Indexed search service is available and ready to accept queries. |