 | ISearchIndexManager Methods |
The ISearchIndexManager type exposes the following members.
Methods
Extension Methods
| Name | Description |
---|
 | AllowQueryingAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | AllowQueryingAsync(String, ActionAllowQueryingSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | DisallowQueryingAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | DisallowQueryingAsync(String, ActionDisallowQueryingSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | DropIndexAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | DropIndexAsync(String, ActionDropSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | FreezePlanAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | FreezePlanAsync(String, ActionFreezePlanSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetAllIndexesAsync | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetAllIndexesAsync(ActionGetAllSearchIndexesOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetIndexAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetIndexAsync(String, ActionGetSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetIndexedDocumentsCountAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | GetIndexedDocumentsCountAsync(String, ActionGetSearchIndexDocumentCountOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | PauseIngestAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | PauseIngestAsync(String, ActionPauseIngestSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | ResumeIngestAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | ResumeIngestAsync(String, ActionResumeIngestSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | UnfreezePlanAsync(String) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | UnfreezePlanAsync(String, ActionUnfreezePlanSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | UpsertIndexAsync(SearchIndex) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
 | UpsertIndexAsync(SearchIndex, ActionUpsertSearchIndexOptions) | Overloaded. (Defined by SearchIndexManagerExtensions.) |
Top
See Also