public class QueryFilterAggregation extends QueryAggregation
Constructor and Description |
---|
QueryFilterAggregation() |
Modifier and Type | Method and Description |
---|---|
List<QueryAggregation> |
getAggregations()
Gets the aggregations.
|
String |
getMatch()
Gets the match.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
getType
public String getMatch()
The filter that is written in Discovery Query Language syntax and is applied to the documents before sub-aggregations are run.
public Long getMatchingResults()
Number of documents that match the filter.
public List<QueryAggregation> getAggregations()
An array of sub-aggregations.
Copyright © 2022 IBM Cloud. All rights reserved.