Liferay 6.0.5

com.liferay.portal.kernel.search
Class ExpandoIndexer

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexer
      extended by com.liferay.portal.kernel.search.ExpandoIndexer
All Implemented Interfaces:
Indexer
Direct Known Subclasses:
OrganizationIndexer, UserIndexer

public abstract class ExpandoIndexer
extends BaseIndexer


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.search.BaseIndexer
INDEX_FILTER_SEARCH_LIMIT
 
Fields inherited from interface com.liferay.portal.kernel.search.Indexer
DEFAULT_INTERVAL
 
Constructor Summary
ExpandoIndexer()
           
 
Method Summary
protected  void addSearchQueryParams(BooleanQuery searchQuery, SearchContext searchContext, ExpandoBridge expandoBridge, Set<String> attributeNames, String key, Object value)
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer
addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchCategoryIds, addSearchFolderIds, addSearchGroupId, addSearchKeywords, addSearchNodeIds, addSearchOwnerUserId, addSearchPortletIds, checkSearchCategoryId, checkSearchFolderId, checkSearchNodeId, createFullQuery, delete, doDelete, doGetDocument, doReindex, doReindex, doReindex, filterSearch, getClassName, getDocument, getParentGroupId, getPortletId, hasPermission, isFilterSearch, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, reindex, reindex, reindex, search
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.search.Indexer
getClassNames, getSummary
 

Constructor Detail

ExpandoIndexer

public ExpandoIndexer()
Method Detail

addSearchQueryParams

protected void addSearchQueryParams(BooleanQuery searchQuery,
                                    SearchContext searchContext,
                                    ExpandoBridge expandoBridge,
                                    Set<String> attributeNames,
                                    String key,
                                    Object value)
                             throws Exception
Throws:
Exception

Liferay 6.0.5