Package com.atlassian.jira.issue.index

Interface Summary
DefaultIssueIndexer.ChangeHistoryRetriever  
DefaultIssueIndexer.CommentRetriever  
DocumentConstants  
IndexDirectoryFactory Responsible for creating the 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.
 

Class Summary
BulkOnlyIndexManager This index manager ignores calls to BulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue), BulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue) and BulkOnlyIndexManager.reIndexIssues(Collection).
ChangeHistoryDocument Returns a Lucene Document from a given ChangeHistoryGroup
ChangeHistoryFieldConfiguration Representsa a system field that can be searched by JQL
ChangeHistoryFieldConfigurationManager  
CommentDocument Returns a Lucene document from a given comment
DefaultChangeHistoryRetriever  
DefaultCommentRetriever  
DefaultIndexedChangeHistoryFieldManager  
DefaultIndexManager  
DefaultIssueIndexer  
IndexConsistencyUtils Utility methods related to performing consistency checks on indexes.
IndexDeactivatedEvent Event fired when indexes are deactivated, e.g.
IndexDirectoryFactory.IndexPathAdapter  
IndexedChangeHistoryField Simple class to represent a supported field in a change history search.
IndexingShutdownEvent Event triggered when indexing gets shutdown entirely.
IssueDocument  
IssueIndexer.Analyzers  
JavaExceptionAnalyzer This class wraps the given analyzer.
JiraAnalyzer  
ReindexAllCancelledEvent Raised when "reindex all" has completed.
ReindexAllCompletedEvent Raised when "reindex all" has completed.
ReindexAllStartedEvent Event raised when a "reindex all" event is beginning.
ReindexIssuesCompletedEvent Event raised when indexing a set of issues has completed.
ReindexIssuesStartedEvent Event raised when several issues are being reindexed.
 

Enum Summary
IndexDirectoryFactory.Mode  
IndexDirectoryFactory.Name  
 

Exception Summary
IndexException  
SearchUnavailableException Searching is disabled, cannot get a searcher.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.