Package com.atlassian.jira.bc.issue.search
package com.atlassian.jira.bc.issue.search
-
ClassDescriptionAbstract convienience class with common methods for IssuePickerSearchProviersCurrently uses
HistoryIssuePickerSearchProvider
andLuceneCurrentSearchIssuePickerSearchProvider
to return issues.The default implementation of theSearchService
.Implemenation ofIssuePickerSearchProvider
that searches the user history in the session.Simple Bean for returning back the results of an Issue Picker providerInterface used byDefaultIssuePickerSearchService
to retrieve issue matches.Service that is used to get a list ofIssue
for the Issue Picker.Class for passing around IssuePicker parameters.This search provider uses the current JIRA search plus it uses Lucene query objects to wild card on issue key and summary.The query cache is a request level cache that stores the result of expensive query operations.The default implementation for the QueryCacheA utlility class for converting aQueryContext
into aSearchContext
.Provides functionality (search, query string generation, parsing, validation, context generation, etc...) related to searching in JIRA.