public class QueryNoticesResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<QueryAggregation> |
getAggregations()
Gets the aggregations.
|
Long |
getDuplicatesRemoved()
Gets the duplicatesRemoved.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
List<QueryPassages> |
getPassages()
Gets the passages.
|
List<QueryNoticesResult> |
getResults()
Gets the results.
|
public Long getMatchingResults()
The number of matching results.
public List<QueryNoticesResult> getResults()
Array of document results that match the query.
public List<QueryAggregation> getAggregations()
Array of aggregation results that match the query.
public List<QueryPassages> getPassages()
Array of passage results that match the query.
public Long getDuplicatesRemoved()
The number of duplicates removed from this notices query.
Copyright © 2024 IBM Cloud. All rights reserved.