com.liferay.portlet.documentlibrary.util
Class DLFileEntryMetadataIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer<DLFileEntryMetadata>
com.liferay.portlet.documentlibrary.util.DLFileEntryMetadataIndexer
- All Implemented Interfaces:
- DDMStructureIndexer, Indexer<DLFileEntryMetadata>
public class DLFileEntryMetadataIndexer
- extends BaseIndexer<DLFileEntryMetadata>
- implements DDMStructureIndexer
| 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, 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
DLFileEntryMetadataIndexer
public DLFileEntryMetadataIndexer()
getClassName
public String getClassName()
- Specified by:
getClassName in interface Indexer<DLFileEntryMetadata>
reindexDDMStructures
public void reindexDDMStructures(List<Long> ddmStructureIds)
throws SearchException
- Specified by:
reindexDDMStructures in interface DDMStructureIndexer
- Throws:
SearchException
doDelete
protected void doDelete(DLFileEntryMetadata object)
throws Exception
- Specified by:
doDelete in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception
doGetDocument
protected Document doGetDocument(DLFileEntryMetadata object)
throws Exception
- Specified by:
doGetDocument in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception
doGetSummary
protected Summary doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
throws Exception
- Specified by:
doGetSummary in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception
doReindex
protected void doReindex(DLFileEntryMetadata object)
throws Exception
- Specified by:
doReindex in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception
doReindex
protected void doReindex(String className,
long classPK)
throws Exception
- Specified by:
doReindex in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception
doReindex
protected void doReindex(String[] ids)
throws Exception
- Specified by:
doReindex in class BaseIndexer<DLFileEntryMetadata>
- Throws:
Exception