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 A Confluence specific implementation of the DocumentBuilder that is aware of plugin's and the fact that new document extractors may become available or unavailable based on the current plugins installed.
ConfluenceFilenameAnalyzer Since the ConfluenceAnalyzer does not handle filenames very well, we have a different Analyzer for that field.
ConfluenceLuceneAnalyzerFactory  
ConfluenceLuceneConnection  
ConfluenceMultiThreadedIndexer  
ConfluenceObjectQueue  
ConfluenceObjectToDocumentConverter  
ConfluenceUnstemmedAnalyzer An analyzer that groups non-stemming language analyzers, and delegates to the appropriate one depending on the indexing language (Settings.getIndexingLanguage().
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..
DocumentBuilderListener A listener that responds to PluginEvents and will reset the wrapped documentBuilder.
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 indefinitely.
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.