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
 DocumentSummary getDocumentSummary(Document doc, javax.portlet.PortletURL portletURL)
           
 void reIndex(java.lang.String[] ids)
           
 
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

getDocumentSummary

public DocumentSummary getDocumentSummary(Document doc,
                                          javax.portlet.PortletURL portletURL)
Specified by:
getDocumentSummary in interface Indexer

reIndex

public void reIndex(java.lang.String[] ids)
             throws SearchException
Specified by:
reIndex in interface Indexer
Throws:
SearchException