Package com.atlassian.jira.issue.index

Interface Summary
CommentDocumentBuilder Abstracts the means to create a Document for a comment Comment and its Issue.
DocumentConstants  
IndexPath Responsible for determining the current location of JIRA indexes.
IssueDocumentBuilder Abstracts the means to create a Document for an Issue.
IssueIndexer  
IssueIndexManager Manages Lucene search indexes.
LuceneConnectionFactory  
LuceneConnectionManager Handle the lifecycle management of a LuceneConnection.
 

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).
CommentDocument Returns a Lucene document from a given comment
CommentDocumentBuilderImpl  
ConnectionConfiguration Responsible for getting our ILuceneConnection.Configuration from ApplicationProperties.
DefaultIndexManager  
DefaultLuceneConnectionManager Default implementation of the LuceneConnectionManager interface.
IndexPath.Directory  
IssueDocument  
IssueDocumentBuilderImpl  
IssueIndexer.Analyzers  
JiraAnalyzer  
LuceneConnectionFactoryImpl  
MemoryIndexManager A based index manager to allow indexing to be done in memory rather than on the FS.
MultiThreadedIssueIndexer  
PropertiesIndexPath Implementation of IndexPath that uses the ApplicationProperties to get the current paths.
SingleThreadedIssueIndexer  
 

Exception Summary
IndexException  
 



Copyright © 2002-2007 Atlassian. All Rights Reserved.