2.2.5.1 AlertChangeType
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Query
The AlertChangeType simple type<44> is used to represent the change types for which a search alert is generated.
-
<xs:simpleType name="AlertChangeType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Discovered"/> <xs:enumeration value="Modified"/> <xs:enumeration value="DiscoveredOrModified"/> </xs:restriction> </xs:simpleType>
The following table specifies the allowable values for the AlertChangeType simple type.
Value |
Meaning |
---|---|
Discovered |
A search alert MUST be generated if at least 1 new search result matches the search query registered as part of the alert subscription. The new search result MUST be crawled after the last time the alert for the search query was generated. |
Modified |
A search alert MUST be generated if at least 1 existing search result that matches the search query registered as part of the alert subscription was modified after the last time the alert for the registered search query was generated. |
DiscoveredOrModified |
A search alerts MUST be generated if either a new result is discovered or an existing result is modified after the last time the alert for the registered search query was generated. |