public class IssueTypeStatisticsMapper extends AbstractConstantStatisticsMapper implements SearchRequestAppender.Factory<IssueConstant>
constantsManager| Constructor and Description |
|---|
IssueTypeStatisticsMapper(ConstantsManager constantsManager) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<IssueConstant> |
getComparator()
A comparator that can be used to order objects returned by
LuceneFieldSorter.getValueFromLuceneField(String). |
protected String |
getConstantType() |
String |
getDocumentConstant()
Get the constant that this field is indexed with.
|
protected String |
getIssueFieldConstant() |
SearchRequestAppender<IssueConstant> |
getSearchRequestAppender() |
equals, getSearchUrlSuffix, getValueFromLuceneField, hashCode, isFieldAlwaysPartOfAnIssue, isValidValuepublic IssueTypeStatisticsMapper(ConstantsManager constantsManager)
protected String getConstantType()
getConstantType in class AbstractConstantStatisticsMapperprotected String getIssueFieldConstant()
getIssueFieldConstant in class AbstractConstantStatisticsMapperpublic String getDocumentConstant()
LuceneFieldSortergetDocumentConstant in interface LuceneFieldSorter<IssueConstant>getDocumentConstant in class AbstractConstantStatisticsMapperCustomFieldSearcherpublic Comparator<IssueConstant> getComparator()
LuceneFieldSorterLuceneFieldSorter.getValueFromLuceneField(String).
The Comparator must be reentrant as it could be used by Lucene from multiple threads at once.
getComparator in interface LuceneFieldSorter<IssueConstant>getComparator in class AbstractConstantStatisticsMapperpublic SearchRequestAppender<IssueConstant> getSearchRequestAppender()
getSearchRequestAppender in interface SearchRequestAppender.Factory<IssueConstant>Copyright © 2002-2018 Atlassian. All Rights Reserved.