com.liferay.portlet.messageboards.util
Class MBMessageIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer
com.liferay.portlet.messageboards.util.MBMessageIndexer
- All Implemented Interfaces:
- Indexer
public class MBMessageIndexer
- extends BaseIndexer
|
Method Summary |
protected void |
addReindexCriteria(DynamicQuery dynamicQuery,
long companyId)
|
protected void |
addReindexCriteria(DynamicQuery dynamicQuery,
long groupId,
long categoryId)
|
protected void |
doDelete(Object obj)
|
protected Document |
doGetDocument(Object obj)
|
protected Summary |
doGetSummary(Document document,
Locale locale,
String snippet,
PortletURL portletURL)
|
protected void |
doReindex(Object obj)
|
protected void |
doReindex(String[] ids)
|
protected void |
doReindex(String className,
long classPK)
|
String[] |
getClassNames()
|
String |
getPortletId()
|
protected String |
getPortletId(SearchContext searchContext)
|
boolean |
hasPermission(PermissionChecker permissionChecker,
String entryClassName,
long entryClassPK,
String actionId)
|
void |
postProcessContextQuery(BooleanQuery contextQuery,
SearchContext searchContext)
|
protected String |
processContent(MBMessage message)
|
protected void |
reindexCategories(long companyId)
|
protected void |
reindexCategories(long companyId,
long startCategoryId,
long endCategoryId)
|
protected void |
reindexMessages(long companyId,
long groupId,
long categoryId)
|
protected void |
reindexMessages(long companyId,
long groupId,
long categoryId,
long startMessageId,
long endMessageId)
|
protected void |
reindexRoot(long companyId)
|
protected void |
reindexRoot(long companyId,
long startGroupId,
long endGroupId)
|
| Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer |
addLocalizedSearchTerm, addSearchArrayQuery, addSearchAssetCategoryIds, addSearchAssetCategoryTitles, addSearchAssetTagNames, addSearchDDMStruture, addSearchEntryClassNames, addSearchExpando, addSearchGroupId, addSearchKeywords, addSearchLocalizedTerm, addSearchTerm, addStagingGroupKeyword, addTrashFields, createFullQuery, createLocalizedSummary, createLocalizedSummary, createSummary, createSummary, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, filterSearch, getBaseModelDocument, getBaseModelDocument, getClassName, getDocument, getFacetQuery, getFullQuery, getIndexerPostProcessors, getLocalizedCountryNames, getParentGroupId, getSearchEngineId, getSnippetLocale, getSortField, getSummary, isFilterSearch, isIndexerEnabled, isPermissionAware, isStagingAware, populateAddresses, postProcessFullQuery, postProcessSearchQuery, registerIndexerPostProcessor, reindex, reindex, reindex, search, setFilterSearch, setIndexerEnabled, setPermissionAware, setStagingAware, unregisterIndexerPostProcessor |
| 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
MBMessageIndexer
public MBMessageIndexer()
getClassNames
public String[] getClassNames()
getPortletId
public String getPortletId()
hasPermission
public boolean hasPermission(PermissionChecker permissionChecker,
String entryClassName,
long entryClassPK,
String actionId)
throws Exception
- Specified by:
hasPermission in interface Indexer- Overrides:
hasPermission in class BaseIndexer
- Throws:
Exception
postProcessContextQuery
public void postProcessContextQuery(BooleanQuery contextQuery,
SearchContext searchContext)
throws Exception
- Specified by:
postProcessContextQuery in interface Indexer- Overrides:
postProcessContextQuery in class BaseIndexer
- Throws:
Exception
addReindexCriteria
protected void addReindexCriteria(DynamicQuery dynamicQuery,
long companyId)
addReindexCriteria
protected void addReindexCriteria(DynamicQuery dynamicQuery,
long groupId,
long categoryId)
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,
PortletURL portletURL)
- Specified by:
doGetSummary in class BaseIndexer
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
getPortletId
protected String getPortletId(SearchContext searchContext)
- Specified by:
getPortletId in class BaseIndexer
processContent
protected String processContent(MBMessage message)
reindexCategories
protected void reindexCategories(long companyId)
throws Exception
- Throws:
Exception
reindexCategories
protected void reindexCategories(long companyId,
long startCategoryId,
long endCategoryId)
throws Exception
- Throws:
Exception
reindexMessages
protected void reindexMessages(long companyId,
long groupId,
long categoryId)
throws Exception
- Throws:
Exception
reindexMessages
protected void reindexMessages(long companyId,
long groupId,
long categoryId,
long startMessageId,
long endMessageId)
throws Exception
- Throws:
Exception
reindexRoot
protected void reindexRoot(long companyId)
throws Exception
- Throws:
Exception
reindexRoot
protected void reindexRoot(long companyId,
long startGroupId,
long endGroupId)
throws Exception
- Throws:
Exception