ISearchTopology members

Base interface from where the search topology is derived.

The ISearchTopology type exposes the following members.

Properties

  Name Description
Public property ComponentCount Number of search components under this topology.
Public property CreationDate Creation date of the topology.
Public property State Represents the state the topology is currently in.
Public property TopologyId Unique id of the topology.

Top

Methods

  Name Description
Public method 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.
Public method AddComponent Adds a search component to the topology.
Public method Clone Cloned the topology.
Public method Delete Deletes the topology.
Public method GetComponents Lists the search components present in the topology.
Public method RecoverAdminComponent Recovers an Admin Component to a new server.
Public method RemoveComponent Removes a search component from the topology.
Public method Store Stores the topology.
Public method Synchronize Synchronizes to ensure all the search components running are working as expected.
Public method Validate Validates the topology.

Top

See also

Reference

ISearchTopology interface

Microsoft.Office.Server.Search.Administration.Topology namespace