com.liferay.portal.kernel.search
Class InvokerIndexer
java.lang.Object
com.liferay.portal.kernel.search.InvokerIndexer
- All Implemented Interfaces:
- Indexer
public class InvokerIndexer
- extends java.lang.Object
- implements Indexer
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerIndexer
public InvokerIndexer(Indexer indexer,
java.lang.ClassLoader classLoader)
getClassNames
public java.lang.String[] getClassNames()
- Specified by:
getClassNames
in interface Indexer
getDocumentSummary
public DocumentSummary getDocumentSummary(Document doc,
javax.portlet.PortletURL portletURL)
- Specified by:
getDocumentSummary
in interface Indexer
reIndex
public void reIndex(java.lang.String className,
long classPK)
throws SearchException
- Specified by:
reIndex
in interface Indexer
- Throws:
SearchException
reIndex
public void reIndex(java.lang.String[] ids)
throws SearchException
- Specified by:
reIndex
in interface Indexer
- Throws:
SearchException