public class QueryGroupByAggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<Map<String,Object>> | getAggregations()Gets the aggregations. | 
| Double | getEstimatedMatchingResults()Gets the estimatedMatchingResults. | 
| String | getKey()Gets the key. | 
| Long | getMatchingResults()Gets the matchingResults. | 
| Double | getRelevancy()Gets the relevancy. | 
| Long | getTotalMatchingDocuments()Gets the totalMatchingDocuments. | 
public String getKey()
The condition that is met by the documents in this group. For example, `YEARTXT<2000`.
public Long getMatchingResults()
Number of documents that meet the query and condition.
public Double getRelevancy()
The relevancy for this group. Returned only if `relevancy:true` is specified in the request.
public Long getTotalMatchingDocuments()
Number of documents that meet the condition in the whole set of documents in this collection. Returned only when `relevancy:true` is specified in the request.
public Double getEstimatedMatchingResults()
The number of documents that are estimated to match the query and condition. Returned only when `relevancy:true` is specified in the request.
Copyright © 2023 IBM Cloud. All rights reserved.