Liferay 6.2-ce-ga5

com.liferay.portal.search.lucene
Class LuceneIndexer

java.lang.Object
  extended by com.liferay.portal.search.lucene.LuceneIndexer
All Implemented Interfaces:
Runnable

public class LuceneIndexer
extends Object
implements Runnable


Constructor Summary
LuceneIndexer(long companyId)
           
 
Method Summary
protected  void doReIndex(int delay)
           
 Set<String> getUsedSearchEngineIds()
           
 void halt()
           
 boolean isFinished()
           
 void reindex()
           
protected  void reindex(Indexer indexer)
           
 void reindex(int delay)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneIndexer

public LuceneIndexer(long companyId)
Method Detail

getUsedSearchEngineIds

public Set<String> getUsedSearchEngineIds()

halt

public void halt()

isFinished

public boolean isFinished()

reindex

public void reindex()

reindex

public void reindex(int delay)

run

public void run()
Specified by:
run in interface Runnable

doReIndex

protected void doReIndex(int delay)

reindex

protected void reindex(Indexer indexer)
                throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5