com.liferay.portal.kernel.search
Class InvokerIndexer

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.search.Indexer
DEFAULT_INTERVAL
 
Constructor Summary
InvokerIndexer(Indexer indexer, java.lang.ClassLoader classLoader)
           
 
Method Summary
 java.lang.String[] getClassNames()
           
 DocumentSummary getDocumentSummary(Document doc, javax.portlet.PortletURL portletURL)
           
 void reIndex(java.lang.String[] ids)
           
 void reIndex(java.lang.String className, long classPK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerIndexer

public InvokerIndexer(Indexer indexer,
                      java.lang.ClassLoader classLoader)
Method Detail

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