public class SearchEngineInitializer
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
SearchEngineInitializer(long companyId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doReIndex(int delay) |
java.util.Set<java.lang.String> |
getUsedSearchEngineIds() |
void |
halt() |
boolean |
isFinished() |
void |
reindex() |
protected void |
reindex(com.liferay.portal.kernel.search.Indexer<?> indexer) |
void |
reindex(int delay) |
void |
run() |
public java.util.Set<java.lang.String> getUsedSearchEngineIds()
public void halt()
public boolean isFinished()
public void reindex()
public void reindex(int delay)
public void run()
run in interface java.lang.Runnableprotected void doReIndex(int delay)
protected void reindex(com.liferay.portal.kernel.search.Indexer<?> indexer)
throws java.lang.Exception
java.lang.Exception