com.liferay.portal.kernel.search
Interface Indexer


public interface Indexer

View Source

Author:
Brian Wing Shun Chan

Method Summary
 DocumentSummary getDocumentSummary(Document doc, javax.portlet.PortletURL portletURL)
           
 void reIndex(java.lang.String[] ids)
           
 

Method Detail

getDocumentSummary

DocumentSummary getDocumentSummary(Document doc,
                                   javax.portlet.PortletURL portletURL)

reIndex

void reIndex(java.lang.String[] ids)
             throws SearchException
Throws:
SearchException