com.liferay.portal.search.lucene
Class LuceneIndexer
java.lang.Object
com.liferay.portal.search.lucene.LuceneIndexer
- All Implemented Interfaces:
- Runnable
public class LuceneIndexer
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneIndexer
public LuceneIndexer(long companyId)
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