com.liferay.portlet.bookmarks.util
Class BookmarksIndexer
java.lang.Object
com.liferay.portal.kernel.search.BaseIndexer
com.liferay.portlet.bookmarks.util.BookmarksIndexer
- All Implemented Interfaces:
- Indexer
public class BookmarksIndexer
- extends BaseIndexer
Method Summary |
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 |
isPermissionAware()
|
void |
postProcessContextQuery(BooleanQuery contextQuery,
SearchContext searchContext)
|
protected void |
reindexEntries(long companyId,
long groupId,
long folderId,
int entryStart,
int entryEnd)
|
protected void |
reindexFolders(long companyId)
|
protected void |
reindexFolders(long companyId,
int folderStart,
int folderEnd)
|
protected void |
reindexRoot(long companyId)
|
protected void |
reindexRoot(long companyId,
int groupStart,
int groupEnd)
|
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer |
addLocalizedSearchTerm, addSearchArrayQuery, addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchDDMStruture, addSearchEntryClassNames, addSearchExpando, addSearchGroupId, addSearchKeywords, addSearchLocalizedTerm, addSearchTerm, addStagingGroupKeyword, createFullQuery, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, filterSearch, getBaseModelDocument, getClassName, getDocument, getFacetQuery, getFullQuery, getIndexerPostProcessors, getParentGroupId, getSearchEngineId, getSortField, getSummary, hasPermission, isFilterSearch, isIndexerEnabled, isStagingAware, populateAddresses, postProcessFullQuery, postProcessSearchQuery, registerIndexerPostProcessor, reindex, reindex, reindex, search, 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
BookmarksIndexer
public BookmarksIndexer()
getClassNames
public String[] getClassNames()
getPortletId
public String getPortletId()
isPermissionAware
public boolean isPermissionAware()
- Specified by:
isPermissionAware
in interface Indexer
- Overrides:
isPermissionAware
in class BaseIndexer
postProcessContextQuery
public void postProcessContextQuery(BooleanQuery contextQuery,
SearchContext searchContext)
throws Exception
- Specified by:
postProcessContextQuery
in interface Indexer
- Overrides:
postProcessContextQuery
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,
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
reindexEntries
protected void reindexEntries(long companyId,
long groupId,
long folderId,
int entryStart,
int entryEnd)
throws Exception
- Throws:
Exception
reindexFolders
protected void reindexFolders(long companyId)
throws Exception
- Throws:
Exception
reindexFolders
protected void reindexFolders(long companyId,
int folderStart,
int folderEnd)
throws Exception
- Throws:
Exception
reindexRoot
protected void reindexRoot(long companyId)
throws Exception
- Throws:
Exception
reindexRoot
protected void reindexRoot(long companyId,
int groupStart,
int groupEnd)
throws Exception
- Throws:
Exception