Package com.atlassian.jira.issue.search.util

Interface Summary
LuceneQueryModifier This class will clone the Query and add a MatchAllDocsQuery to the portion of the query that require them.
QueryCreator  
QueryOptimizer An interface for a Query Optimizer which performs operations on a query which don't change the semantic of the query, but optimize the structure of the query.
SearchSortUtil Looks at the current search sorts on a query and will add the default JIRA search sorts (issue key or none if there is a text search included in the query) if there are no user specified sorts.
 

Class Summary
DefaultLuceneQueryModifier  
DefaultQueryCreator  
FreeTextVisitor Look through the query and try and find "text" searching conditions.
RedundantClausesQueryOptimizer  
SearchSortUtilImpl  
TextTermEscaper  
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.