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

Packages that use LuceneFieldSorter
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   
 

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 SelectSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter ExactNumberSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter UserPickerSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter ExactTextSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter NumberRangeSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter DateRangeSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter GroupPickerSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter MultiSelectSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter UserPickerGroupSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter VersionSearcher.getSorter(CustomField customField)
           
 LuceneFieldSorter TextSearcher.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 TextStatisticsMapper
           
 class UserPickerStatisticsMapper
           
 

Uses of LuceneFieldSorter in com.atlassian.jira.issue.fields
 

Methods in com.atlassian.jira.issue.fields that return LuceneFieldSorter
 LuceneFieldSorter DescriptionSystemField.getSorter()
           
 LuceneFieldSorter PrioritySystemField.getSorter()
           
 LuceneFieldSorter DueDateSystemField.getSorter()
           
 LuceneFieldSorter ProjectSystemField.getSorter()
           
 LuceneFieldSorter ResolutionSystemField.getSorter()
           
 LuceneFieldSorter OriginalEstimateSystemField.getSorter()
           
 LuceneFieldSorter AssigneeSystemField.getSorter()
           
 LuceneFieldSorter AffectedVersionsSystemField.getSorter()
           
 LuceneFieldSorter IssueTypeSystemField.getSorter()
           
 LuceneFieldSorter TimeEstimateSystemField.getSorter()
           
 LuceneFieldSorter IssueLinksSystemField.getSorter()
           
 LuceneFieldSorter StatusSystemField.getSorter()
           
 LuceneFieldSorter TimeSpentSystemField.getSorter()
           
 LuceneFieldSorter AggregateProgressBarSystemField.getSorter()
          This field is not able to be sorted.
 LuceneFieldSorter VotesSystemField.getSorter()
           
 LuceneFieldSorter NavigableField.getSorter()
          A sorter to be used when sorting columns in a table.
 LuceneFieldSorter AbstractAggregateDurationSystemField.getSorter()
          Aggregate fields can not be sorted due to performance/security concerns.
 LuceneFieldSorter FixVersionsSystemField.getSorter()
           
 LuceneFieldSorter SubTaskSystemField.getSorter()
           
 LuceneFieldSorter CreatedSystemField.getSorter()
           
 LuceneFieldSorter EnvironmentSystemField.getSorter()
           
 LuceneFieldSorter ReporterSystemField.getSorter()
           
 LuceneFieldSorter SummarySystemField.getSorter()
           
 LuceneFieldSorter ProgressBarSystemField.getSorter()
          Returns LongFieldStatisticsMapper.PROGRESS reference
 LuceneFieldSorter CustomFieldImpl.getSorter()
          If this field has a searcher, and this searcher implements SortableCustomFieldSearcher then return SortableCustomFieldSearcher.getSorter(CustomField).
 LuceneFieldSorter ComponentsSystemField.getSorter()
           
 LuceneFieldSorter ThumbnailSystemField.getSorter()
           
 LuceneFieldSorter WorkRatioSystemField.getSorter()
           
 LuceneFieldSorter SecurityLevelSystemField.getSorter()
           
 LuceneFieldSorter KeySystemField.getSorter()
           
 LuceneFieldSorter UpdatedSystemField.getSorter()
           
 

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
          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 AbstractDateStatisticsMapper
           
 class AbstractUserStatisticsMapper
           
 class AbstractVersionStatisticsMapper
           
 class AssigneeStatisticsMapper
           
 class ComponentStatisticsMapper
           
 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 LongFieldStatisticsMapper
           
 class NumericFieldStatisticsMapper
           
 class PriorityStatisticsMapper
           
 class ProjectStatisticsMapper
           
 class RaisedInVersionStatisticsMapper
           
 class ReporterStatisticsMapper
           
 class ResolutionStatisticsMapper
           
 class SecurityLevelStatisticsMapper
           
 class StatusStatisticsMapper
           
 class SubTaskStatisticsMapper
           
 class TextFieldSorter
           
 class VotesStatisticsMapper
           
 

Fields in com.atlassian.jira.issue.statistics declared as LuceneFieldSorter
static LuceneFieldSorter DateFieldSorter.ISSUE_CREATED_STATSMAPPER
           
static LuceneFieldSorter DateFieldSorter.ISSUE_DUEDATE_STATSMAPPER
           
static LuceneFieldSorter 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, LuceneFieldSorter aggregateField)
          Update a statsMap, using the values from the aggregateField.
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.