値検索リクエストへの標準的なレスポンスには、常に、一致した値の合計数に関する情報、およびそのすべてがこのリクエストで返されたかどうかが含まれます。この情報は、PropertyMatches要素のTotalValuesCount属性とHasMore属性で返されます。
属性 | 説明 |
---|---|
TotalValuesCount | プロパティ当たりで検出される一致した値の合計数を指定します。 |
HasMore | MaxPerPropertyを使用してリクエストで指定した制限によって結果を削除するかどうかを指定します。 |
<cs:PropertyMatches Name="ProductCategory" DisplayName="Product Category" TotalValuesCount="1" HasMore="false"> <cs:Match> <cs:MatchingValue DisplayName="Gloves">20</cs:MatchingValue> <cs:FullPath> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="/">ProductCategory </cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="/"/> </cs:DimensionValue> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="CAT_CLOTHING">Clothing </cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="CAT_CLOTHING"/> </cs:DimensionValue> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="20">Gloves</cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="20"/> </cs:DimensionValue> </cs:FullPath> </cs:Match> </cs:PropertyMatches>