package

com.atlassian.jira.issue.index

Interfaces

DefaultIssueIndexer.ChangeHistoryRetriever  
DefaultIssueIndexer.CommentRetriever  
DocumentConstants  
IndexDirectoryFactory Responsible for creating the Directory directories required for issue and comment indexing. 
IndexedChangeHistoryFieldManager allows you to add and remove fields that will be indexed in the change history index 
IssueIndexer  
IssueIndexManager Manages Lucene search indexes. 

Classes

BulkOnlyIndexManager This index manager ignores calls to reIndex(org.ofbiz.core.entity.GenericValue), deIndex(org.ofbiz.core.entity.GenericValue) and reIndexIssues(Collection)
ChangeHistoryDocument Returns a Lucene org.apache.lucene.document.Document from a given ChangeHistoryItem 
CommentDocument Returns a Lucene document from a given comment  
DefaultChangeHistoryRetriever  
DefaultCommentRetriever  
DefaultIndexedChangeHistoryFieldManager  
DefaultIndexManager  
DefaultIssueIndexer  
IndexDirectoryFactory.IndexPathAdapter  
IndexedChangeHistoryField Simple class to represent a supported field in a change history search. 
IssueDocument  
IssueIndexer.Analyzers  
JavaExceptionAnalyzer This class wraps the given analyzer. 
JiraAnalyzer  

Enums

Exceptions

IndexException  
SearchUnavailableException Searching is disabled, cannot get a searcher.