Liferay 7.0-ce-m6

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. 
 

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
           
 class BaseSearcher
           
 class FacetedSearcher
           
 class FolderSearcher
           
 

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

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

Methods in com.liferay.portal.kernel.search with parameters of type Indexer
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)
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)
 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)
           
static void IndexerRegistryUtil.register(String className, Indexer indexer)
           
static void IndexerRegistryUtil.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.
 


Liferay 7.0-ce-m6