package

com.atlassian.jira.issue.search.searchers

Interfaces

IssueSearcher<T extends SearchableField> The interface defines an object responsible for all search related activities in the Issue Navigator. 

Classes

IssueSearcherPanelMap Given an IssueSearcher class, returns information about the corresponding panel on the view issue page. 
MockCustomFieldSearcher Simple implementation of CustomFieldSearcher
MockIssueSearcher<T extends SearchableField> A simple mock implementation of the IssueSearcher interface for testsing. 
MockSystemSearcher An implementation an IssueSearcher for testing. 
SearcherComparatorFactory Static Factory that can provide a Searcher Comparator for a given SearcherGroupType. 
SearcherGroup A group of searchers related by their SearcherGroupType

Enums