Package com.atlassian.jira.issue.search

Interface Summary
LuceneFieldSorter<T> Implementations of this interface are used to sort Lucene search results of Issue Documents.
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.
 

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 class representing a Search Request.
SearchResults  
 

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



Copyright © 2002-2011 Atlassian. All Rights Reserved.