package

com.atlassian.jira.issue.index.indexers.impl

Classes

AbstractCustomFieldIndexer A base-class for custom field indexers that performs the logic of checking if the CustomField isVisibleAndInScope and then delegates off to the base class to add the correct document fields. 
AffectedVersionsIndexer  
AssigneeIndexer  
BaseFieldIndexer  
CascadingSelectCustomFieldIndexer A custom field indexer for the cascading select custom fields. 
ComponentsIndexer  
CreatedDateIndexer  
CurrentEstimateIndexer  
CustomFieldLabelsIndexer A CustomFieldLabelsIndexer 
DateCustomFieldIndexer An indexer for the date custom fields 
DescriptionIndexer  
DueDateIndexer  
EnvironmentIndexer  
ExactTextCustomFieldIndexer A custom field indexer for text fields that can be sorted 
FieldIndexerUtil Used for doing simple indexing stuff. 
FixForVersionsIndexer  
GroupCustomFieldIndexer A simple custom field indexer for group custom fields 
IssueIdIndexer  
IssueKeyIndexer  
IssueTypeIndexer  
LabelsIndexer Responsible for adding fields to the Issue document being indexed. 
MultiSelectCustomFieldIndexer A custom field indexer for the multi select custom fields (e.g. 
NumberCustomFieldIndexer A simple custom field indexer for the number custom fields 
OriginalEstimateIndexer  
ParentIssueIndexer  
PriorityIndexer  
ProgressIndexer This class indexes issue's progress (based on time spent and remaining). 
ProjectCustomFieldIndexer A simple custom field indexer for the ProjectPicker custom field. 
ProjectIdIndexer  
ReporterIndexer  
ResolutionDateIndexer  
ResolutionIndexer  
SecurityIndexer  
SelectCustomFieldIndexer A simple version custom field indexer for the select custom fields (e.g. 
SortableTextCustomFieldIndexer A custom field indexer for text fields that can be sorted 
StatusIndexer  
SubTaskIndexer  
SummaryIndexer  
TimeSpentIndexer  
UpdatedDateIndexer  
UserCustomFieldIndexer A simple version custom field indexer for the SingleUserPicker custom field. 
VersionCustomFieldIndexer A simple version custom field indexer. 
VoterIndexer  
VotesIndexer  
WatcherIndexer  
WorkRatioIndexer