共用方式為


IndexSearchServiceState 列舉

定義

重新部署 的不同狀態 IIndexedTextSearchService 的列舉,可以是 。

public enum IndexSearchServiceState
type IndexSearchServiceState = 
Public Enum IndexSearchServiceState
繼承
IndexSearchServiceState

欄位

Faulted 3

索引搜尋服務因錯誤而無法使用

InProgressAccurate 1

已編製索引的搜尋服務可供使用,且將接受查詢,但速度可能很慢

InProgressStale 2

已編製索引的搜尋服務可供使用,且將接受查詢,但可能過時

NotAvailable 0

索引搜尋服務無法使用

Ready 4

已編製索引的搜尋服務可供使用,並準備好接受查詢。

適用於