|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of LuceneFieldSorter in com.atlassian.jira.dev.reference.plugin.searchers |
|---|
| Methods in com.atlassian.jira.dev.reference.plugin.searchers that return LuceneFieldSorter | |
|---|---|
LuceneFieldSorter |
LabelSearcher.getSorter(CustomField customField)
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.customfields |
|---|
| Methods in com.atlassian.jira.issue.customfields that return LuceneFieldSorter | |
|---|---|
LuceneFieldSorter |
SortableCustomFieldSearcher.getSorter(CustomField customField)
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.customfields.searchers |
|---|
| Methods in com.atlassian.jira.issue.customfields.searchers that return LuceneFieldSorter | |
|---|---|
LuceneFieldSorter |
VersionSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
UserPickerSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
UserPickerGroupSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
TextSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
SelectSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
ProjectSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
NumberRangeSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
MultiSelectSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
GroupPickerSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
ExactTextSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
ExactNumberSearcher.getSorter(CustomField customField)
|
LuceneFieldSorter |
AbstractDateRangeSearcher.getSorter(CustomField customField)
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.customfields.statistics |
|---|
| Classes in com.atlassian.jira.issue.customfields.statistics that implement LuceneFieldSorter | |
|---|---|
class |
AbstractCustomFieldStatisticsMapper
|
class |
GroupPickerStatisticsMapper
|
class |
ProjectSelectStatisticsMapper
A statistics mapper for project select custom fields. |
class |
SelectStatisticsMapper
|
class |
UserPickerStatisticsMapper
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.fields |
|---|
| Methods in com.atlassian.jira.issue.fields that return LuceneFieldSorter | |
|---|---|
LuceneFieldSorter |
NavigableField.getSorter()
A sorter to be used when sorting columns in a table. |
LuceneFieldSorter |
WorkRatioSystemField.getSorter()
|
LuceneFieldSorter |
VotesSystemField.getSorter()
|
LuceneFieldSorter |
UpdatedSystemField.getSorter()
|
LuceneFieldSorter |
TimeSpentSystemField.getSorter()
|
LuceneFieldSorter |
TimeEstimateSystemField.getSorter()
|
LuceneFieldSorter |
ThumbnailSystemField.getSorter()
|
LuceneFieldSorter |
SummarySystemField.getSorter()
|
LuceneFieldSorter |
SubTaskSystemField.getSorter()
|
LuceneFieldSorter |
StatusSystemField.getSorter()
|
LuceneFieldSorter |
SecurityLevelSystemField.getSorter()
|
LuceneFieldSorter |
ResolutionSystemField.getSorter()
|
LuceneFieldSorter |
ResolutionDateSystemField.getSorter()
|
LuceneFieldSorter |
ReporterSystemField.getSorter()
|
LuceneFieldSorter |
ProjectSystemField.getSorter()
|
LuceneFieldSorter |
ProgressBarSystemField.getSorter()
Returns LongFieldStatisticsMapper.PROGRESS reference |
LuceneFieldSorter |
PrioritySystemField.getSorter()
|
LuceneFieldSorter |
OriginalEstimateSystemField.getSorter()
|
LuceneFieldSorter |
LabelsSystemField.getSorter()
|
LuceneFieldSorter |
KeySystemField.getSorter()
|
LuceneFieldSorter |
IssueTypeSystemField.getSorter()
|
LuceneFieldSorter |
IssueLinksSystemField.getSorter()
|
LuceneFieldSorter |
FixVersionsSystemField.getSorter()
|
LuceneFieldSorter |
EnvironmentSystemField.getSorter()
|
LuceneFieldSorter |
DueDateSystemField.getSorter()
|
LuceneFieldSorter |
DescriptionSystemField.getSorter()
|
LuceneFieldSorter |
CustomFieldImpl.getSorter()
If this field has a searcher, and this searcher implements SortableCustomFieldSearcher then return
SortableCustomFieldSearcher.getSorter(CustomField). |
LuceneFieldSorter |
CreatedSystemField.getSorter()
|
LuceneFieldSorter |
ComponentsSystemField.getSorter()
|
LuceneFieldSorter |
AssigneeSystemField.getSorter()
|
LuceneFieldSorter |
AggregateProgressBarSystemField.getSorter()
This field is not able to be sorted. |
LuceneFieldSorter |
AffectedVersionsSystemField.getSorter()
|
LuceneFieldSorter |
AbstractAggregateDurationSystemField.getSorter()
Aggregate fields can not be sorted due to performance/security concerns. |
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.search.parameters.lucene.sort |
|---|
| Constructors in com.atlassian.jira.issue.search.parameters.lucene.sort with parameters of type LuceneFieldSorter | |
|---|---|
DocumentSortComparator(LuceneFieldSorter sorter)
|
|
MappedSortComparator(LuceneFieldSorter sorter)
|
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.statistics |
|---|
| Subinterfaces of LuceneFieldSorter in com.atlassian.jira.issue.statistics | |
|---|---|
interface |
StatisticsMapper<T>
Allow mapping from Lucene indexes, back to the fields that they came from. |
| Fields in com.atlassian.jira.issue.statistics declared as LuceneFieldSorter | |
|---|---|
static LuceneFieldSorter<Date> |
DateFieldSorter.ISSUE_CREATED_STATSMAPPER
|
static LuceneFieldSorter<Date> |
DateFieldSorter.ISSUE_DUEDATE_STATSMAPPER
|
static LuceneFieldSorter<Date> |
DateFieldSorter.ISSUE_RESOLUTION_DATE_STATSMAPPER
|
static LuceneFieldSorter<Date> |
DateFieldSorter.ISSUE_UPDATED_STATSMAPPER
|
static LuceneFieldSorter |
IssueKeyStatisticsMapper.MAPPER
|
| Uses of LuceneFieldSorter in com.atlassian.jira.issue.statistics.util |
|---|
| Classes in com.atlassian.jira.issue.statistics.util that implement LuceneFieldSorter | |
|---|---|
class |
CachingStatisticsMapper
A statisticsMapper that caches the return value from CachingStatisticsMapper.getValueFromLuceneField(String) in an internal
cache. |
class |
StatisticsMapperWrapper
Provides a convenient implementation of the StatisticsMapper interface that can be subclassed by developers wishing to adapt the request to a mapper. |
| Constructors in com.atlassian.jira.issue.statistics.util with parameters of type LuceneFieldSorter | |
|---|---|
TwoDimensionalTermHitCollector(TwoDimensionalStatsMap statsMap,
org.apache.lucene.index.IndexReader indexReader,
FieldVisibilityManager fieldVisibilityManager,
ReaderCache readerCache,
LuceneFieldSorter aggregateField)
Update a statsMap, using the values from the aggregateField. |
|
| Uses of LuceneFieldSorter in com.atlassian.jira.mock.issue.fields |
|---|
| Methods in com.atlassian.jira.mock.issue.fields that return LuceneFieldSorter | |
|---|---|
LuceneFieldSorter |
MockNavigableField.getSorter()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||