com.atlassian.confluence.search.lucene
Class MultiThreadedIndexRebuilder

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.MultiThreadedIndexRebuilder
All Implemented Interfaces:
com.atlassian.bonnie.search.BatchIndexer

Deprecated. since 5.2. Use ConfluenceReIndexer instead.

@Deprecated
public class MultiThreadedIndexRebuilder
extends java.lang.Object
implements com.atlassian.bonnie.search.BatchIndexer

Performs a rebuild the Confluence index using multithreaded approach.


Constructor Summary
MultiThreadedIndexRebuilder()
          Deprecated.  
 
Method Summary
 ReIndexTask getLastReindexingTask()
          Deprecated.  
 void indexEntities(com.atlassian.core.util.ProgressMeter progress)
          Deprecated.  
 boolean isReIndexRunning()
          Deprecated.  
 void reIndexAll()
          Deprecated.  
 void setIndexManager(ConfluenceIndexManager indexManager)
          Deprecated.  
 void setLuceneConnection(com.atlassian.bonnie.ILuceneConnection luceneConnection)
          Deprecated.  
 void setReIndexer(ReIndexer reIndexer)
          Deprecated.  
 void unIndexAll()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiThreadedIndexRebuilder

public MultiThreadedIndexRebuilder()
Deprecated. 
Method Detail

reIndexAll

public void reIndexAll()
Deprecated. 

indexEntities

public void indexEntities(com.atlassian.core.util.ProgressMeter progress)
Deprecated. 
Specified by:
indexEntities in interface com.atlassian.bonnie.search.BatchIndexer

unIndexAll

public void unIndexAll()
Deprecated. 
Specified by:
unIndexAll in interface com.atlassian.bonnie.search.BatchIndexer

isReIndexRunning

public boolean isReIndexRunning()
Deprecated. 

getLastReindexingTask

public ReIndexTask getLastReindexingTask()
Deprecated. 

setLuceneConnection

public void setLuceneConnection(com.atlassian.bonnie.ILuceneConnection luceneConnection)
Deprecated. 

setIndexManager

public void setIndexManager(ConfluenceIndexManager indexManager)
Deprecated. 

setReIndexer

public void setReIndexer(ReIndexer reIndexer)
Deprecated. 


Copyright © 2003-2013 Atlassian. All Rights Reserved.