com.liferay.users.admin.internal.search.UserIndexer
@Deprecated
public class UserIndexer
extends com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_NAME
Deprecated.
|
Constructor and Description |
---|
UserIndexer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addContextQueryParams(com.liferay.portal.kernel.search.filter.BooleanFilter contextFilter,
com.liferay.portal.kernel.search.SearchContext searchContext,
String key,
Object value)
Deprecated.
|
protected void |
doDelete(com.liferay.portal.kernel.model.User user)
Deprecated.
|
protected com.liferay.portal.kernel.search.Document |
doGetDocument(com.liferay.portal.kernel.model.User user)
Deprecated.
|
protected String |
doGetSortField(String orderByCol)
Deprecated.
|
protected com.liferay.portal.kernel.search.Summary |
doGetSummary(com.liferay.portal.kernel.search.Document document,
Locale locale,
String snippet,
PortletRequest portletRequest,
PortletResponse portletResponse)
Deprecated.
|
protected void |
doReindex(String[] ids)
Deprecated.
|
protected void |
doReindex(String className,
long classPK)
Deprecated.
|
protected void |
doReindex(com.liferay.portal.kernel.model.User user)
Deprecated.
|
protected long[] |
getAncestorOrganizationIds(long[] organizationIds)
Deprecated.
|
String |
getClassName()
Deprecated.
|
static long |
getUserId(com.liferay.portal.kernel.search.Document document)
Deprecated.
|
void |
postProcessContextBooleanFilter(com.liferay.portal.kernel.search.filter.BooleanFilter contextBooleanFilter,
com.liferay.portal.kernel.search.SearchContext searchContext)
Deprecated.
|
void |
postProcessSearchQuery(com.liferay.portal.kernel.search.BooleanQuery searchQuery,
com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter,
com.liferay.portal.kernel.search.SearchContext searchContext)
Deprecated.
|
protected void |
reindexUsers(long companyId)
Deprecated.
|
addAssetFields, addDefaultHighlightFieldNames, addDefaultSelectedFieldNames, addFacetClause, addFacetSelectedFieldNames, addLocalizedField, 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, doPostProcessSearchQuery, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getDocumentContributors, getExpandoFieldName, getExpandoQueryContributors, 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, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, processHits, registerIndexerPostProcessor, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor
public static long getUserId(com.liferay.portal.kernel.search.Document document)
public String getClassName()
public void postProcessContextBooleanFilter(com.liferay.portal.kernel.search.filter.BooleanFilter contextBooleanFilter, com.liferay.portal.kernel.search.SearchContext searchContext) throws Exception
postProcessContextBooleanFilter
in interface com.liferay.portal.kernel.search.Indexer<com.liferay.portal.kernel.model.User>
postProcessContextBooleanFilter
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
public void postProcessSearchQuery(com.liferay.portal.kernel.search.BooleanQuery searchQuery, com.liferay.portal.kernel.search.filter.BooleanFilter fullQueryBooleanFilter, com.liferay.portal.kernel.search.SearchContext searchContext) throws Exception
postProcessSearchQuery
in interface com.liferay.portal.kernel.search.Indexer<com.liferay.portal.kernel.model.User>
postProcessSearchQuery
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected void addContextQueryParams(com.liferay.portal.kernel.search.filter.BooleanFilter contextFilter, com.liferay.portal.kernel.search.SearchContext searchContext, String key, Object value) throws Exception
Exception
protected void doDelete(com.liferay.portal.kernel.model.User user) throws Exception
doDelete
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected com.liferay.portal.kernel.search.Document doGetDocument(com.liferay.portal.kernel.model.User user) throws Exception
doGetDocument
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected String doGetSortField(String orderByCol)
doGetSortField
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
protected com.liferay.portal.kernel.search.Summary doGetSummary(com.liferay.portal.kernel.search.Document document, Locale locale, String snippet, PortletRequest portletRequest, PortletResponse portletResponse)
doGetSummary
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
protected void doReindex(String className, long classPK) throws Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected void doReindex(String[] ids) throws Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected void doReindex(com.liferay.portal.kernel.model.User user) throws Exception
doReindex
in class com.liferay.portal.kernel.search.BaseIndexer<com.liferay.portal.kernel.model.User>
Exception
protected long[] getAncestorOrganizationIds(long[] organizationIds) throws Exception
Exception
protected void reindexUsers(long companyId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException