com.liferay.portlet.asset.util
Class AssetEntryIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer<AssetEntry>
com.liferay.portlet.asset.util.AssetEntryIndexer
- All Implemented Interfaces:
- Indexer<AssetEntry>
public class AssetEntryIndexer
- extends BaseIndexer<AssetEntry>
| Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer |
addAssetFields, addDefaultHighlightFieldNames, addDefaultSelectedFieldNames, addFacetClause, addFacetSelectedFieldNames, addSearchAssetCategoryIds, addSearchAssetCategoryTitles, addSearchAssetTagNames, addSearchClassTypeIds, addSearchEntryClassNames, addSearchExpando, addSearchFolderId, addSearchGroupId, addSearchKeywords, addSearchLayout, addSearchLocalizedTerm, addSearchTerm, addSearchUserId, addSelectedLocalizedFieldNames, addStagingGroupKeyword, addStatus, addTrashFields, createFullQuery, createSummary, createSummary, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, doPostProcessSearchQuery, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getFacetBooleanFilter, getFullQuery, getIndexerPostProcessors, getLocale, getLocalizedCountryNames, getPortletId, getPortletId, getSearchClassNames, getSearchEngineId, getSiteGroup, getSiteGroupId, getSnippetLocale, getSortField, getSortField, getSummary, getSummary, hashCode, hasPermission, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, isVisibleRelatedEntry, newDocument, populateAddresses, populateMap, postProcessContextBooleanFilter, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor |
CLASS_NAME
public static final String CLASS_NAME
AssetEntryIndexer
public AssetEntryIndexer()
getClassName
public String getClassName()
postProcessSearchQuery
public void postProcessSearchQuery(BooleanQuery searchQuery,
BooleanFilter fullQueryBooleanFilter,
SearchContext searchContext)
throws Exception
- Specified by:
postProcessSearchQuery in interface Indexer<AssetEntry>- Overrides:
postProcessSearchQuery in class BaseIndexer<AssetEntry>
- Throws:
Exception
doDelete
protected void doDelete(AssetEntry assetEntry)
- Specified by:
doDelete in class BaseIndexer<AssetEntry>
doGetDocument
protected Document doGetDocument(AssetEntry assetEntry)
- Specified by:
doGetDocument in class BaseIndexer<AssetEntry>
doGetSummary
protected Summary doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
- Specified by:
doGetSummary in class BaseIndexer<AssetEntry>
doReindex
protected void doReindex(AssetEntry assetEntry)
- Specified by:
doReindex in class BaseIndexer<AssetEntry>
doReindex
protected void doReindex(String className,
long classPK)
- Specified by:
doReindex in class BaseIndexer<AssetEntry>
doReindex
protected void doReindex(String[] ids)
- Specified by:
doReindex in class BaseIndexer<AssetEntry>