com.liferay.portlet.exportimport.util
Class ExportImportConfigurationIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer
com.liferay.portlet.exportimport.util.ExportImportConfigurationIndexer
- All Implemented Interfaces:
- Indexer
public class ExportImportConfigurationIndexer
- extends BaseIndexer
|
Method Summary |
protected void |
doDelete(Object obj)
|
protected Document |
doGetDocument(Object obj)
|
protected Summary |
doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
|
protected void |
doReindex(Object obj)
|
protected void |
doReindex(String[] ids)
|
protected void |
doReindex(String className,
long classPK)
|
String |
getClassName()
|
protected void |
populateDates(Document document,
Map<String,Serializable> settingsMap)
|
protected void |
populateLayoutIds(Document document,
Map<String,Serializable> settingsMap)
|
protected void |
populateLocale(Document document,
Map<String,Serializable> settingsMap)
|
protected void |
populateParameterMap(Document document,
Map<String,Serializable> settingsMap)
|
protected void |
populateSiteInformation(Document document,
Map<String,Serializable> settingsMap)
|
protected void |
populateTimeZone(Document document,
Map<String,Serializable> settingsMap)
|
void |
postProcessContextBooleanFilter(BooleanFilter contextBooleanFilter,
SearchContext searchContext)
|
void |
postProcessSearchQuery(BooleanQuery searchQuery,
BooleanFilter fullQueryBooleanFilter,
SearchContext searchContext)
|
protected void |
reindexExportImportConfigurations(long companyId)
|
| 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, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getFacetBooleanFilter, getFullQuery, getIndexerPostProcessors, getLocale, getLocalizedCountryNames, getPortletId, getPortletId, getSearchClassNames, getSearchEngineId, getSiteGroup, getSiteGroupId, getSnippetLocale, getSortField, getSortField, getSummary, getSummary, hasPermission, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, isVisibleRelatedEntry, newDocument, populateAddresses, populateMap, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_NAME
public static final String CLASS_NAME
ExportImportConfigurationIndexer
public ExportImportConfigurationIndexer()
getClassName
public String getClassName()
postProcessContextBooleanFilter
public void postProcessContextBooleanFilter(BooleanFilter contextBooleanFilter,
SearchContext searchContext)
throws Exception
- Specified by:
postProcessContextBooleanFilter in interface Indexer- Overrides:
postProcessContextBooleanFilter in class BaseIndexer
- Throws:
Exception
postProcessSearchQuery
public void postProcessSearchQuery(BooleanQuery searchQuery,
BooleanFilter fullQueryBooleanFilter,
SearchContext searchContext)
throws Exception
- Specified by:
postProcessSearchQuery in interface Indexer- Overrides:
postProcessSearchQuery in class BaseIndexer
- Throws:
Exception
doDelete
protected void doDelete(Object obj)
throws Exception
- Specified by:
doDelete in class BaseIndexer
- Throws:
Exception
doGetDocument
protected Document doGetDocument(Object obj)
throws Exception
- Specified by:
doGetDocument in class BaseIndexer
- Throws:
Exception
doGetSummary
protected Summary doGetSummary(Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
throws Exception
- Specified by:
doGetSummary 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
populateDates
protected void populateDates(Document document,
Map<String,Serializable> settingsMap)
populateLayoutIds
protected void populateLayoutIds(Document document,
Map<String,Serializable> settingsMap)
populateLocale
protected void populateLocale(Document document,
Map<String,Serializable> settingsMap)
populateParameterMap
protected void populateParameterMap(Document document,
Map<String,Serializable> settingsMap)
populateSiteInformation
protected void populateSiteInformation(Document document,
Map<String,Serializable> settingsMap)
populateTimeZone
protected void populateTimeZone(Document document,
Map<String,Serializable> settingsMap)
reindexExportImportConfigurations
protected void reindexExportImportConfigurations(long companyId)
throws PortalException
- Throws:
PortalException