Uses of Interface
com.atlassian.jira.issue.search.LuceneFieldSorter

Packages that use LuceneFieldSorter
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.issue.customfields   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.statistics   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.search.parameters.lucene.sort   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.issue.statistics.util   
com.atlassian.jira.mock.issue.fields   
 

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 UserPickerGroupSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter ProjectSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter MultiSelectSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter GroupPickerSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter AbstractDateRangeSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter SelectSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter ExactTextSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter UserPickerSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter ExactNumberSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter DateRangeSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter TextSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter NumberRangeSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter VersionSearcher.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 DueDateSystemField.getSorter()
           
 LuceneFieldSorter ResolutionDateSystemField.getSorter()
           
 LuceneFieldSorter OriginalEstimateSystemField.getSorter()
           
 LuceneFieldSorter AffectedVersionsSystemField.getSorter()
           
 LuceneFieldSorter SummarySystemField.getSorter()
           
 LuceneFieldSorter CreatedSystemField.getSorter()
           
 LuceneFieldSorter CustomFieldImpl.getSorter()
          If this field has a searcher, and this searcher implements SortableCustomFieldSearcher then return SortableCustomFieldSearcher.getSorter(CustomField).
 LuceneFieldSorter SecurityLevelSystemField.getSorter()
           
 LuceneFieldSorter AssigneeSystemField.getSorter()
           
 LuceneFieldSorter IssueTypeSystemField.getSorter()
           
 LuceneFieldSorter UpdatedSystemField.getSorter()
           
 LuceneFieldSorter ThumbnailSystemField.getSorter()
           
 LuceneFieldSorter ResolutionSystemField.getSorter()
           
 LuceneFieldSorter LabelsSystemField.getSorter()
           
 LuceneFieldSorter StatusSystemField.getSorter()
           
 LuceneFieldSorter ProjectSystemField.getSorter()
           
 LuceneFieldSorter FixVersionsSystemField.getSorter()
           
 LuceneFieldSorter DescriptionSystemField.getSorter()
           
 LuceneFieldSorter PrioritySystemField.getSorter()
           
 LuceneFieldSorter VotesSystemField.getSorter()
           
 LuceneFieldSorter IssueLinksSystemField.getSorter()
           
 LuceneFieldSorter AbstractAggregateDurationSystemField.getSorter()
          Aggregate fields can not be sorted due to performance/security concerns.
 LuceneFieldSorter TimeEstimateSystemField.getSorter()
           
 LuceneFieldSorter TimeSpentSystemField.getSorter()
           
 LuceneFieldSorter WatchesSystemField.getSorter()
           
 LuceneFieldSorter ComponentsSystemField.getSorter()
           
 LuceneFieldSorter WorkRatioSystemField.getSorter()
           
 LuceneFieldSorter SubTaskSystemField.getSorter()
           
 LuceneFieldSorter KeySystemField.getSorter()
           
 LuceneFieldSorter ReporterSystemField.getSorter()
           
 LuceneFieldSorter AggregateProgressBarSystemField.getSorter()
          This field is not able to be sorted.
 LuceneFieldSorter ProgressBarSystemField.getSorter()
          Returns LongFieldStatisticsMapper.PROGRESS reference
 LuceneFieldSorter EnvironmentSystemField.getSorter()
           
 LuceneFieldSorter NavigableField.getSorter()
          A sorter to be used when sorting columns in a table.
 

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
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.
 

Classes in com.atlassian.jira.issue.statistics that implement LuceneFieldSorter
 class AbstractConstantStatisticsMapper
           
 class AssigneeStatisticsMapper
           
 class ComponentStatisticsMapper
           
 class CustomFieldLabelsStatisticsMapper
           
 class CustomFieldProjectStatisticsMapper
           
 class CustomFieldUserStatisticsMapper
           
 class CustomFieldVersionStatisticsMapper
           
 class DateFieldSorter
           
 class DatePeriodStatisticsMapper
          A StatsMapper that takes the document constant name (lucene) and a JFreeChart TimePeriod class, and rounds the dates to the appropriate time period
 class FixForVersionStatisticsMapper
           
 class IssueKeyStatisticsMapper
           
 class IssueTypeStatisticsMapper
           
 class LabelsStatisticsMapper
          A stats mapper for Labels
 class LocalDateFieldSorter
           
 class LongFieldStatisticsMapper
           
 class NumericFieldStatisticsMapper
           
 class PriorityStatisticsMapper
          PriorityStatisticsMapper.
 class ProjectStatisticsMapper
           
 class RaisedInVersionStatisticsMapper
           
 class ReporterStatisticsMapper
           
 class ResolutionStatisticsMapper
           
 class ReversePriorityStatisticsMapper
          This StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.
 class SecurityLevelStatisticsMapper
           
 class StatusStatisticsMapper
           
 class SubTaskStatisticsMapper
           
 class TextFieldSorter
           
 class TimeTrackingStatisticsMapper
          A StatisticsMapper specifically for OriginalEstimateSystemField, TimeEstimateSystemField and TimeSpentSystemField as their index values are stored in a specific format.
 class UserStatisticsMapper
           
 class VersionStatisticsMapper
           
 class VotesStatisticsMapper
           
 class WatchesStatisticsMapper
           
 

Fields in com.atlassian.jira.issue.statistics declared as LuceneFieldSorter
static LuceneFieldSorter<Date> DateFieldSorter.ISSUE_CREATED_STATSMAPPER
           
static LuceneFieldSorter<LocalDate> 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()
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.