com.liferay.portlet.assetpublisher.util
Class AssetIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer
com.liferay.portlet.assetpublisher.util.AssetIndexer
- All Implemented Interfaces:
- Indexer
public class AssetIndexer
- extends BaseIndexer
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer |
addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchCategoryIds, addSearchFolderIds, addSearchGroupId, addSearchKeywords, addSearchNodeIds, addSearchOwnerUserId, addSearchPortletIds, checkSearchCategoryId, checkSearchFolderId, checkSearchNodeId, createFullQuery, delete, filterSearch, getClassName, getDocument, getParentGroupId, hasPermission, isFilterSearch, postProcessContextQuery, postProcessFullQuery, 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
AssetIndexer
public AssetIndexer()
getClassNames
public String[] getClassNames()
getSummary
public Summary getSummary(Document document,
String snippet,
PortletURL portletURL)
doDelete
protected void doDelete(Object obj)
- Specified by:
doDelete
in class BaseIndexer
doGetDocument
protected Document doGetDocument(Object obj)
- Specified by:
doGetDocument
in class BaseIndexer
doReindex
protected void doReindex(Object obj)
- Specified by:
doReindex
in class BaseIndexer
doReindex
protected void doReindex(String className,
long classPK)
- Specified by:
doReindex
in class BaseIndexer
doReindex
protected void doReindex(String[] ids)
- Specified by:
doReindex
in class BaseIndexer
getPortletId
protected String getPortletId(SearchContext searchContext)
- Specified by:
getPortletId
in class BaseIndexer
postProcessSearchQuery
protected void postProcessSearchQuery(BooleanQuery searchQuery,
SearchContext searchContext)
throws Exception
- Overrides:
postProcessSearchQuery
in class BaseIndexer
- Throws:
Exception