ISearchTopology members
Base interface from where the search topology is derived.
The ISearchTopology type exposes the following members.
Properties
Name | Description | |
---|---|---|
ComponentCount | Number of search components under this topology. | |
CreationDate | Creation date of the topology. | |
State | Represents the state the topology is currently in. | |
TopologyId | Unique id of the topology. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the topology. This call is blocking or synchronous. After returning from this method, all search components should have been started properly. Must be idempotent, and should not cause any negative performance impact if no changes have occurred. | |
AddComponent | Adds a search component to the topology. | |
Clone | Cloned the topology. | |
Delete | Deletes the topology. | |
GetComponents | Lists the search components present in the topology. | |
RecoverAdminComponent | Recovers an Admin Component to a new server. | |
RemoveComponent | Removes a search component from the topology. | |
Store | Stores the topology. | |
Synchronize | Synchronizes to ensure all the search components running are working as expected. | |
Validate | Validates the topology. |
Top
See also
Reference
Microsoft.Office.Server.Search.Administration.Topology namespace