com.liferay.portlet.wiki.util
Class WikiIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer
com.liferay.portlet.wiki.util.WikiIndexer
- All Implemented Interfaces:
- Indexer
public class WikiIndexer
- extends BaseIndexer
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer |
addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchCategoryIds, addSearchFolderIds, addSearchGroupId, addSearchKeywords, addSearchNodeIds, addSearchOwnerUserId, addSearchPortletIds, checkSearchCategoryId, checkSearchFolderId, createFullQuery, delete, filterSearch, getClassName, getDocument, getParentGroupId, hasPermission, isFilterSearch, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, reindex, reindex, reindex, search |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAMES
public static final String[] CLASS_NAMES
PORTLET_ID
public static final String PORTLET_ID
- See Also:
- Constant Field Values
WikiIndexer
public WikiIndexer()
getClassNames
public String[] getClassNames()
getPortletId
protected String getPortletId(SearchContext searchContext)
- Specified by:
getPortletId
in class BaseIndexer
getSummary
public Summary getSummary(Document document,
String snippet,
PortletURL portletURL)
doDelete
protected void doDelete(Object obj)
throws Exception
- Specified by:
doDelete
in class BaseIndexer
- Throws:
Exception
doReindex
protected void doReindex(Object obj)
throws Exception
- Specified by:
doReindex
in class BaseIndexer
- Throws:
Exception
doReindex
protected void doReindex(String className,
long classPK)
throws Exception
- Specified by:
doReindex
in class BaseIndexer
- Throws:
Exception
doReindex
protected void doReindex(String[] ids)
throws Exception
- Specified by:
doReindex
in class BaseIndexer
- Throws:
Exception
doGetDocument
protected Document doGetDocument(Object obj)
throws Exception
- Specified by:
doGetDocument
in class BaseIndexer
- Throws:
Exception
checkSearchNodeId
protected void checkSearchNodeId(long nodeId,
SearchContext searchContext)
throws Exception
- Overrides:
checkSearchNodeId
in class BaseIndexer
- Throws:
Exception
reindexNodes
protected void reindexNodes(long companyId)
throws Exception
- Throws:
Exception
reindexNodes
protected void reindexNodes(long companyId,
int nodeStart,
int nodeEnd)
throws Exception
- Throws:
Exception
reindexPages
protected void reindexPages(long companyId,
long nodeId,
int pageStart,
int pageEnd)
throws Exception
- Throws:
Exception