Class FilterAggregationMapper
java.lang.Object
com.atlassian.jira.search.opensearch.aggregation.mappers.request.FilterAggregationMapper
- All Implemented Interfaces:
AggregationMapper<FilterAggregation>
Maps
FilterAggregation to OpenSearch Aggregation.- Since:
- 10.7
-
Constructor Summary
ConstructorsConstructorDescriptionFilterAggregationMapper(OpenSearchQueryMapperRegistry queryMapper, AggregationsRequestMapper aggregationsRequestMapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.aggregations.Aggregationmap(FilterAggregation aggregation)
-
Constructor Details
-
FilterAggregationMapper
public FilterAggregationMapper(OpenSearchQueryMapperRegistry queryMapper, AggregationsRequestMapper aggregationsRequestMapper)
-
-
Method Details
-
map
public org.opensearch.client.opensearch._types.aggregations.Aggregation map(FilterAggregation aggregation) - Specified by:
mapin interfaceAggregationMapper<FilterAggregation>
-