Package | Description |
---|---|
com.atlassian.jira.gadgets.system | |
com.atlassian.jira.issue.statistics.util |
Modifier and Type | Method and Description |
---|---|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
SearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultStatsSearchUrlBuilder.getSearchUrlForCell(Object xAxisObject,
Object yAxisObject,
TwoDimensionalStatsMap statsMap,
SearchRequest searchRequest)
This should be rewritten to extract a clause from each of the statistics mappers and finding the intersection of
these two filters, but this requires an interface change to the statistics mapper.
|
Constructor and Description |
---|
TwoDimensionalTermHitCollector(TwoDimensionalStatsMap statsMap,
FieldVisibilityManager fieldVisibilityManager,
ReaderCache readerCache,
LuceneFieldSorter aggregateField,
FieldManager fieldManager)
Update a statsMap, using the values from the
aggregateField . |
Copyright © 2002-2022 Atlassian. All Rights Reserved.