Class DLSearcher

Object
com.liferay.portal.kernel.search.BaseIndexer<Object>
com.liferay.portal.kernel.search.BaseSearcher
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
Author:
Julio Camarero, Eudaldo Alonso
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
     

    Fields inherited from interface com.liferay.portal.kernel.search.Indexer

    DEFAULT_INTERVAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.liferay.portal.kernel.search.Indexer<?>
     
     

    Methods inherited from class com.liferay.portal.kernel.search.BaseSearcher

    doDelete, doGetDocument, doGetSummary, doPostProcessSearchQuery, doReindex, doReindex, doReindex, getClassName, getIndexerPostProcessors, postProcessSearchQuery

    Methods inherited from class com.liferay.portal.kernel.search.BaseIndexer

    addDefaultHighlightFieldNames, addDefaultSelectedFieldNames, addFacetClause, addFacetSelectedFieldNames, addLocalizedField, addSearchAssetCategoryIds, addSearchAssetTagNames, addSearchClassTypeIds, addSearchEntryClassNames, addSearchExpando, addSearchFolderId, addSearchKeywords, addSearchLayout, addSearchLocalizedTerm, addSearchTerm, addSearchUserId, addSelectedLocalizedFieldNames, addStagingGroupKeyword, addStatus, createFullQuery, createSummary, createSummary, delete, delete, deleteDocument, deleteDocument, deleteDocument, deleteDocument, doGetSortField, doSearch, equals, getBaseModelDocument, getBaseModelDocument, getClassName, getDefaultSelectedFieldNames, getDefaultSelectedLocalizedFieldNames, getDocument, getExpandoFieldName, getExpandoQueryContributors, getFacetBooleanFilter, getFullQuery, getLocale, getLocalizedCountryNames, getSiteGroup, getSiteGroupId, getSnippetLocale, getSortField, getSummary, hashCode, hasPermission, isCommitImmediately, isFilterSearch, isIndexerEnabled, isPermissionAware, isSelectAllLocales, isStagingAware, isStagingGroup, isUseSearchResultPermissionFilter, isVisible, isVisible, newDocument, populateAddresses, populateMap, postProcessContextBooleanFilter, postProcessContextQuery, postProcessFullQuery, postProcessSearchQuery, processHits, reindex, reindex, reindex, reindex, resetFullQuery, search, search, searchCount, setCommitImmediately, setDefaultSelectedFieldNames, setDefaultSelectedLocalizedFieldNames, setFilterSearch, setIndexerEnabled, setPermissionAware, setSelectAllLocales, setStagingAware

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.liferay.portal.kernel.search.Indexer

    getCompanyId, getSummary, reindex
  • Field Details

    • CLASS_NAMES

      public static final String[] CLASS_NAMES
  • Constructor Details

    • DLSearcher

      public DLSearcher()
  • Method Details

    • 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>