public class TopHitsResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| TopHitsResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<QueryResult> | getHits()Gets the hits. | 
| Long | getMatchingResults()Gets the matchingResults. | 
public Long getMatchingResults()
Number of matching results.
public List<QueryResult> getHits()
Top results returned by the aggregation.
Copyright © 2023 IBM Cloud. All rights reserved.