com.liferay.portal.kernel.search
Class IndexerWrapper

java.lang.Object
  extended by com.liferay.portal.kernel.search.IndexerWrapper
All Implemented Interfaces:
Indexer

public class IndexerWrapper
extends java.lang.Object
implements Indexer

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
IndexerWrapper(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

IndexerWrapper

public IndexerWrapper(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