3.1.4.4.3.12 KeywordStatisticsSearchResultType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The KeywordStatisticsSearchResultType complex type specifies a keyword statistics search result.
-
<xs:complexType name="KeywordStatisticsSearchResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Keyword" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="ItemHits" type="xs:int"/> <xs:element minOccurs="1" maxOccurs="1" name="Size" type="xs:long"/> </xs:sequence> </xs:complexType>
Keyword: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the word to be searched for.
ItemHits: An element of type int, as defined in [XMLSCHEMA2] section 3.3.17, that represents the number of times that an item appears.
Size: An element of type long, as defined in [XMLSCHEMA2] section 3.3.16, that represents the total number of items that have the keyword.