Package com.atlassian.jira.index

Interface Summary
Configuration The configuration for a particular index and how it should be written.
Index An Index is where data is stored for fast retrieval.
Index.Manager Management of an Index
Index.Result The payload is unimportant.
IndexingStrategy Implementations determine how we do multi-threading for reindex-all.
MultiThreadedIndexingConfiguration  
 

Class Summary
AccumulatingResultBuilder Used to build a Index.Result implementation that accumulates results from other operations and awaits on them all.
DefaultConfiguration  
Index.Operation An operation that is performed on an Index.
Indexes Static factory class for creating Index and Index.Manager instances.
LuceneVersion This is the value used by JIRA when it interacts with Apache Lucene classes.
MockResult  
MultiThreadedIndexingStrategy Wraps another IndexingStrategy with an Executor.
Operations  
SimpleIndexingStrategy  
 

Enum Summary
Index.UpdateMode  
 

Exception Summary
IndexingFailureException Exception indicating some errors occurred during the indexing process.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.