Liferay 7.0-ga1 portal-impl

com.liferay.portlet.documentlibrary.util
Class DLSearcher

java.lang.Object
  extended by com.liferay.portal.kernel.search.BaseIndexer<Object>
      extended by com.liferay.portal.kernel.search.BaseSearcher
          extended by com.liferay.portlet.documentlibrary.util.DLSearcher
All Implemented Interfaces:
com.liferay.portal.kernel.search.Indexer<Object>

public class DLSearcher
extends com.liferay.portal.kernel.search.BaseSearcher


Field Summary
static String[] CLASS_NAMES
           
 
Fields inherited from interface com.liferay.portal.kernel.search.Indexer
DEFAULT_INTERVAL
 
Constructor Summary
DLSearcher()
           
 
Method Summary
static com.liferay.portal.kernel.search.Indexer<?> getInstance()
           
 String[] getSearchClassNames()
           
 
Methods inherited from class com.liferay.portal.kernel.search.BaseSearcher
doDelete, doGetDocument, doGetSummary, doPostProcessSearchQuery, doReindex, doReindex, doReindex, getClassName, getIndexerPostProcessors, postProcessSearchQuery, registerIndexerPostProcessor
 
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, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getClassNames, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getFacetBooleanFilter, getFullQuery, getLocale, getLocalizedCountryNames, getPortletId, getPortletId, getSearchEngineId, getSiteGroup, getSiteGroupId, getSnippetLocale, getSortField, getSortField, getSummary, getSummary, hashCode, hasPermission, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, isVisibleRelatedEntry, newDocument, populateAddresses, populateMap, postProcessContextBooleanFilter, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, processHits, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware, unregisterIndexerPostProcessor
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAMES

public static final String[] CLASS_NAMES
Constructor Detail

DLSearcher

public DLSearcher()
Method Detail

getInstance

public static com.liferay.portal.kernel.search.Indexer<?> getInstance()

getSearchClassNames

public String[] getSearchClassNames()
Specified by:
getSearchClassNames in interface com.liferay.portal.kernel.search.Indexer<Object>
Overrides:
getSearchClassNames in class com.liferay.portal.kernel.search.BaseIndexer<Object>

Liferay 7.0-ga1 portal-impl