QueryComponent Members
Include Protected Members
Include Inherited Members
Manages an individual query component for a Search service application.
The QueryComponent type exposes the following members.
Properties
Name | Description | |
---|---|---|
FailoverOnly | Gets or sets a value that indicates whether the query component is queried only when all other query components for the index partition to which this query component is assigned are not online. | |
Id | Gets the identifier (ID) of the query component. | |
IndexLocation | Gets the directory path for the index file on the query server. | |
IndexPartition | Gets the index partition to which the query component is assigned. | |
IndexPartitionId | Gets the identifier (ID) of the index partition to which the query component is assigned. | |
PropagationStatus | Gets the propagation status of the query component. | |
QueryTopology | Gets the query topology of the Search service application to which the query component is assigned. | |
TransitionActionName | Gets the name of the current transition action. | |
TransitionActionStartUtcTime | Gets the date and time in Coordinated Universal Time (UTC) format of when the transition started. | |
TransitionError | Gets the error message for the error that occurred during the execution of the query component transition. | |
TransitionProgressPercent | Gets the progress of the transition. | |
TransitionSequenceName | Gets the name of the most recent running transition. | |
TransitionStatus | Gets the status of the query component transition sequence. |
Top
Methods
Name | Description | |
---|---|---|
CancelTransition | Cancels the transition. | |
Delete | Deletes the query component. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Recover | Reinitializes the query component from an index partition. | |
Refresh | Reloads the query component with the settings from the Search administration database. (Overrides SearchComponentRefresh().) | |
RequestMasterMerge() | Requests a master merge of all Catalog objects. | |
RequestMasterMerge(Catalog) | Requests a master merge on a specified Catalog objects. | |
RequestRecover | Reinitializes the query component from the index partition to which the query component has been assigned. | |
RequestRetryTransition | Requests to retry the latest transition. | |
RetryTransition | Retries the latest transition. | |
SetOffline | Sets the state of the current query component to offline. | |
ToString | (Inherited from Object.) |
Top