Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.search.Indexer

Packages that use Indexer
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.search   
com.liferay.portal.kernel.search.dummy   
com.liferay.portal.kernel.search.facet   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.plugin   
com.liferay.portal.search.test   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.asset.util   
com.liferay.portlet.blogs.util   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.messageboards.util   
com.liferay.portlet.trash.util   
com.liferay.portlet.usersadmin.util   
 

Uses of Indexer in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type Indexer
 List<Indexer<?>> PortletBag.getIndexerInstances()
           
 

Uses of Indexer in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement Indexer
 class BaseIndexer<T>
           
 class BaseSearcher
           
 class FacetedSearcher
           
 class FolderSearcher
           
 

Methods in com.liferay.portal.kernel.search that return Indexer
 Indexer<?> HitsOpenSearchImpl.getIndexer()
           
static
<T> Indexer<T>
IndexerRegistryUtil.getIndexer(Class<T> clazz)
           
<T> Indexer<T>
IndexerRegistry.getIndexer(Class<T> clazz)
           
static
<T> Indexer<T>
IndexerRegistryUtil.getIndexer(String className)
           
<T> Indexer<T>
IndexerRegistry.getIndexer(String className)
           
static Indexer<?> FacetedSearcher.getInstance()
           
static Indexer<?> FolderSearcher.getInstance()
           
static
<T> Indexer<T>
IndexerRegistryUtil.nullSafeGetIndexer(Class<T> clazz)
           
<T> Indexer<T>
IndexerRegistry.nullSafeGetIndexer(Class<T> clazz)
           
static
<T> Indexer<T>
IndexerRegistryUtil.nullSafeGetIndexer(String className)
           
<T> Indexer<T>
IndexerRegistry.nullSafeGetIndexer(String className)
           
 

Methods in com.liferay.portal.kernel.search that return types with arguments of type Indexer
static Set<Indexer<?>> IndexerRegistryUtil.getIndexers()
           
 Set<Indexer<?>> IndexerRegistry.getIndexers()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type Indexer
 int IndexerClassNameComparator.compare(Indexer<?> indexer1, Indexer<?> indexer2)
           
 int IndexerClassNameComparator.compare(Indexer<?> indexer1, Indexer<?> indexer2)
           
protected  void BaseSearcher.doPostProcessSearchQuery(Indexer<?> indexer, BooleanQuery searchQuery, SearchContext searchContext)
          Deprecated. As of 7.0.0, added strictly to support backwards compatibility of postProcessSearchQuery(BooleanQuery, SearchContext)
protected  void BaseIndexer.doPostProcessSearchQuery(Indexer<?> indexer, BooleanQuery searchQuery, SearchContext searchContext)
          Deprecated. As of 7.0.0, added strictly to support backwards compatibility of postProcessSearchQuery(BooleanQuery, SearchContext)
 Summary HitsOpenSearchImpl.getSummary(Indexer<?> indexer, Document document, Locale locale, String snippet)
           
protected  void BaseRelatedEntryIndexer.postProcessContextQuery(BooleanFilter relatedBooleanFilter, SearchContext searchContext, Indexer<?> indexer)
          Deprecated. As of 7.0.0, added strictly to support backwards compatibility of postProcessContextQuery(BooleanQuery, SearchContext)
static void IndexerRegistryUtil.register(Indexer<?> indexer)
           
 void IndexerRegistry.register(Indexer<?> indexer)
           
static void IndexerRegistryUtil.register(String className, Indexer<?> indexer)
          Deprecated. As of 7.0.0, replaced by IndexerRegistryUtil.register(Indexer)
static void IndexerRegistryUtil.unregister(Indexer<?> indexer)
           
 void IndexerRegistry.unregister(Indexer<?> indexer)
           
 

Uses of Indexer in com.liferay.portal.kernel.search.dummy
 

Classes in com.liferay.portal.kernel.search.dummy that implement Indexer
 class DummyIndexer
           
 

Uses of Indexer in com.liferay.portal.kernel.search.facet
 

Methods in com.liferay.portal.kernel.search.facet with parameters of type Indexer
protected  void AssetEntriesFacet.postProcessContextQuery(BooleanFilter entityFilter, SearchContext searchContext, Indexer<?> indexer)
          Deprecated. As of 7.0.0, added strictly to support backwards compatibility of postProcessContextQuery(BooleanQuery, SearchContext)
 

Uses of Indexer in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return types with arguments of type Indexer
 List<Indexer<?>> PortletWrapper.getIndexerInstances()
          Returns the indexer instances of the portlet.
 List<Indexer<?>> Portlet.getIndexerInstances()
          Returns the indexer instances of the portlet.
 

Uses of Indexer in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return types with arguments of type Indexer
 List<Indexer<?>> PortletImpl.getIndexerInstances()
          Returns the indexer instances of the portlet.
 

Uses of Indexer in com.liferay.portal.plugin
 

Classes in com.liferay.portal.plugin that implement Indexer
 class PluginPackageIndexer
           
 

Uses of Indexer in com.liferay.portal.search.test
 

Methods in com.liferay.portal.search.test that return Indexer
<T> Indexer<T>
TestIndexerRegistry.getIndexer(Class<T> clazz)
           
<T> Indexer<T>
TestIndexerRegistry.getIndexer(String className)
           
<T> Indexer<T>
TestIndexerRegistry.nullSafeGetIndexer(Class<T> clazz)
           
<T> Indexer<T>
TestIndexerRegistry.nullSafeGetIndexer(String className)
           
 

Methods in com.liferay.portal.search.test that return types with arguments of type Indexer
 Set<Indexer<?>> TestIndexerRegistry.getIndexers()
           
 

Methods in com.liferay.portal.search.test with parameters of type Indexer
 void TestIndexerRegistry.register(Indexer<?> indexer)
           
 void TestIndexerRegistry.unregister(Indexer<?> indexer)
           
 

Uses of Indexer in com.liferay.portlet
 

Methods in com.liferay.portlet that return types with arguments of type Indexer
 List<Indexer<?>> PortletBagImpl.getIndexerInstances()
           
protected  List<Indexer<?>> PortletBagFactory.newIndexers(Portlet portlet, com.liferay.registry.Filter filter, Map<String,Object> properties)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type Indexer
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 

Uses of Indexer in com.liferay.portlet.asset.util
 

Classes in com.liferay.portlet.asset.util that implement Indexer
 class AssetCategoryIndexer
           
 class AssetEntryIndexer
           
 class AssetSearcher
           
 class AssetVocabularyIndexer
           
 

Methods in com.liferay.portlet.asset.util that return Indexer
static Indexer<?> AssetSearcher.getInstance()
           
 

Uses of Indexer in com.liferay.portlet.blogs.util
 

Methods in com.liferay.portlet.blogs.util that return Indexer
 Indexer<BlogsEntry> BlogsOpenSearchImpl.getIndexer()
           
 

Uses of Indexer in com.liferay.portlet.documentlibrary.util
 

Classes in com.liferay.portlet.documentlibrary.util that implement Indexer
 class DLFileEntryIndexer
           
 class DLFileEntryMetadataIndexer
           
 class DLFolderIndexer
           
 class DLSearcher
           
 

Methods in com.liferay.portlet.documentlibrary.util that return Indexer
 Indexer<DLFileEntry> DLOpenSearchImpl.getIndexer()
           
static Indexer<?> DLSearcher.getInstance()
           
 

Uses of Indexer in com.liferay.portlet.messageboards.util
 

Classes in com.liferay.portlet.messageboards.util that implement Indexer
 class MBMessageIndexer
           
 class MBThreadIndexer
           
 

Methods in com.liferay.portlet.messageboards.util that return Indexer
 Indexer<MBMessage> MBOpenSearchImpl.getIndexer()
           
 

Uses of Indexer in com.liferay.portlet.trash.util
 

Classes in com.liferay.portlet.trash.util that implement Indexer
 class TrashIndexer
           
 

Uses of Indexer in com.liferay.portlet.usersadmin.util
 

Classes in com.liferay.portlet.usersadmin.util that implement Indexer
 class ContactIndexer
           
 class OrganizationIndexer
           
 class UserIndexer
           
 


Liferay 7.0-ce-b4