com.liferay.portal.kernel.search
Interface Indexer
- All Known Implementing Classes:
- InvokerIndexer
public interface Indexer
View Source
- Author:
- Brian Wing Shun Chan, Raymond Augé
DEFAULT_INTERVAL
static final int DEFAULT_INTERVAL
- See Also:
- Constant Field Values
getClassNames
java.lang.String[] getClassNames()
getDocumentSummary
DocumentSummary getDocumentSummary(Document doc,
javax.portlet.PortletURL portletURL)
reIndex
void reIndex(java.lang.String className,
long classPK)
throws SearchException
- Throws:
SearchException
reIndex
void reIndex(java.lang.String[] ids)
throws SearchException
- Throws:
SearchException