Package com.atlassian.jira.issue.search

Interface Summary
LuceneFieldSorter<T> Implementations of this interface are used to sort Lucene search results of Issue Documents.
ReaderCache Cache values by reader.
SearchContext Represents the Project and IssueType combination which is used to determine the allowable fields and values when searching for Issues.
SearchContextFactory Use this factory to construct a SearchContext.
SearchProvider A SearchProvider in JIRA allows users to run structured searches against JIRA Lucene index as opposed to database (SQL) based queries.
SearchProviderFactory Provides low-level searches that can be used to query indexes.
SearchRequestAppender<T> This interface describes operations for appending clauses to existing SearchRequest queries.
SearchRequestAppender.Factory<T>  
SearchRequestManager This manager is responsible for SearchRequests.
 

Class Summary
ClauseNames Represents a JQL clause name.
SearchHandler Object used by the field to indicate how it can be searched and indexed.
SearchHandler.ClauseRegistration Represents a JQL clause and how to process it.
SearchHandler.SearcherRegistration Holds the link between an IssueSearcher and the JQL clauses (as SearchHandler.ClauseRegistrations) that it uses in the background to implement searching.
SearchRequest A shareable representation of a search for issues.
SearchRequestEntity A SearchRequest data object.
SearchRequestInfo A class representing information related to a Search Request.
SearchRequestUtils  
SearchResults  
 

Exception Summary
ClauseTooComplexSearchException Thrown when a lucene is attempted to be built from a JQL query which is too complex.
SearchException  
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.