Package com.atlassian.jira.issue.search

Interfaces and constants related to JIRA's Lucene-based search capabilities.

See:
          Description

Interface Summary
CustomFieldSortable Deprecated. Please use SortableCustomFieldSearcher instead.
IssueComparator A basic interface to allow fields to compare two issues
LuceneFieldSorter Implementations of this interface are used to sort Lucene search results of Issue Documents.
SearchContext  
SearchParameter A SearchParameter restricts searches for issues.
SearchProvider A SearchProvider in JIRA allows users to run plain-text and arbitrary queries against data as opposed to database (SQL) based queries.
SearchProviderFactory Provides low-level searches that can be used to query indexes.
SearchRequestManager This manager is reponsible for SearchRequests.
 

Class Summary
SearchContextImpl  
SearcherRegistry Represents the searchers registered in JIRA.
SearchProviderFactoryImpl  
SearchRequest A class representing a Search Request.
SearchRequestManagerImpl  
SearchRequestUtils  
SearchResults  
SearchSort A simple data bean representing the sort order for a particular issue field.
 

Exception Summary
SearchException  
 

Package com.atlassian.jira.issue.search Description

Interfaces and constants related to JIRA's Lucene-based search capabilities.

See Also:
SearchRequest


Copyright © 2002-2007 Atlassian. All Rights Reserved.