Uses of Interface
com.atlassian.confluence.search.didyoumean.IndexBuilder

Packages that use IndexBuilder
com.atlassian.confluence.search.didyoumean   
com.atlassian.confluence.search.didyoumean.lucene   
 

Uses of IndexBuilder in com.atlassian.confluence.search.didyoumean
 

Methods in com.atlassian.confluence.search.didyoumean with parameters of type IndexBuilder
 void UpdateIndexJob.setIncrementalDidYouMeanIndexBuilder(IndexBuilder incrementalDidYouMeanIndexBuilder)
           
 

Constructors in com.atlassian.confluence.search.didyoumean with parameters of type IndexBuilder
BuildIndexTask(IndexBuilder indexBuilder, I18NBean i18NBean, com.atlassian.event.EventManager eventManager)
           
BuildIndexTaskManager(IndexBuilder fullIndexBuilder, I18NBeanFactory defaultI18NBeanFactory, com.atlassian.event.EventManager eventManager)
           
 

Uses of IndexBuilder in com.atlassian.confluence.search.didyoumean.lucene
 

Classes in com.atlassian.confluence.search.didyoumean.lucene that implement IndexBuilder
 class FullIndexBuilder
          Builder that extracts unique words from the WordExtractor.DID_YOU_MEAN_FIELD in Confluence's index and adds them to a did-you-mean index (a separate secondary index).
 class IncrementalIndexBuilder
          Performs an incremental update of the did-you-mean index by adding any new words and removing ones that are no longer used anymore in Confluence content.
 



Copyright © 2003-2010 Atlassian. All Rights Reserved.