Package com.atlassian.confluence.search.lucene

Interface Summary
ConfluenceBatchIndexer  
ConfluenceIndexManager The Confluence Index Manager is the entry point to the Indexing Subsystem
ContentIndexTask
IndexTask Indexing task.
IndexTaskQueue Confluence queues all of its index requests and then executes them in bulk.
 

Class Summary
ConfluenceAnalyzer  
ConfluenceDocumentBuilder  
ConfluenceFilenameAnalyzer Since the ConfluenceAnalyzer does not handle filenames very well, we have a different Analyzer for that field.
ConfluenceLuceneAnalyzerFactory  
ConfluenceLuceneConnection  
ConfluenceMultiThreadedIndexer  
ConfluenceObjectQueue  
ConfluenceObjectToDocumentConverter  
ContentPermissionSearchUtils  
CustomJapaneseAnalyzer Customized version of CJKAnalyzer that uses unsafe, sun specific operations.
CustomJapaneseTokenizer Nasty fork from Lucene to accomodate searching half width / full width Japanese characters.
DefaultConfluenceBatchIndexer  
DefaultConfluenceIndexManager The Confluence Index Manager is the entry point to the majority of the indexing subsystem..
EnglishAnalyzer  
FlushStatistics A simple statistics object that holds details for an index flushing.
IndexOptimizer Spring quartz bean job to optmize index periodically
IndexQueueCleaner This job is responsible for periodically triggering an Index Queue clean to ensure that size of the index queue does NOT grow indefinately.
IndexQueueFlusher Trigger a flush of the currently scheduled Lucene index tasks.
LabelExtractor Extract label data from content entity objects.
MatchNoDocsQuery Sometimes you want a "match nothing" query, for example to take the place in a search of something that could not be resolved, and therefore can never be found (i.e.
QueuingConfluenceIndexer  
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.