Uses of Interface
com.liferay.portal.kernel.search.Indexer
Packages that use Indexer
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the kernel portlet interfaces and classes.
-
Uses of Indexer in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return types with arguments of type IndexerModifier and TypeMethodDescriptionPortlet.getIndexerInstances()
Returns the indexer instances of the portlet.PortletWrapper.getIndexerInstances()
Returns the indexer instances of the portlet. -
Uses of Indexer in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return types with arguments of type Indexer -
Uses of Indexer in com.liferay.portal.kernel.search
Classes in com.liferay.portal.kernel.search that implement IndexerMethods in com.liferay.portal.kernel.search that return IndexerModifier and TypeMethodDescriptionIndexer<?>
HitsOpenSearchImpl.getIndexer()
<T> Indexer<T>
IndexerRegistry.getIndexer
(Class<T> clazz) <T> Indexer<T>
IndexerRegistry.getIndexer
(String className) static <T> Indexer<T>
IndexerRegistryUtil.getIndexer
(Class<T> clazz) static <T> Indexer<T>
IndexerRegistryUtil.getIndexer
(String className) static Indexer<?>
FolderSearcher.getInstance()
<T> Indexer<T>
IndexerRegistry.nullSafeGetIndexer
(Class<T> clazz) <T> Indexer<T>
IndexerRegistry.nullSafeGetIndexer
(String className) static <T> Indexer<T>
IndexerRegistryUtil.nullSafeGetIndexer
(Class<T> clazz) static <T> Indexer<T>
IndexerRegistryUtil.nullSafeGetIndexer
(String className) Methods in com.liferay.portal.kernel.search that return types with arguments of type IndexerModifier and TypeMethodDescriptionIndexerRegistry.getIndexers()
IndexerRegistryUtil.getIndexers()
Methods in com.liferay.portal.kernel.search with parameters of type IndexerModifier and TypeMethodDescriptionint
protected void
BaseIndexer.doPostProcessSearchQuery
(Indexer<?> indexer, BooleanQuery searchQuery, SearchContext searchContext) Deprecated.protected void
BaseSearcher.doPostProcessSearchQuery
(Indexer<?> indexer, BooleanQuery searchQuery, SearchContext searchContext) Deprecated.As of Wilberforce (7.0.x), added strictly to support backwards compatibility ofpostProcessSearchQuery(BooleanQuery, SearchContext)
IndexerRegistry.getIndexerPostProcessors
(Indexer<?> indexer) static List<IndexerPostProcessor>
IndexerRegistryUtil.getIndexerPostProcessors
(Indexer<?> indexer) HitsOpenSearchImpl.getSummary
(Indexer<?> indexer, Document document, Locale locale, String snippet) protected void
BaseRelatedEntryIndexer.postProcessContextQuery
(BooleanFilter relatedBooleanFilter, SearchContext searchContext, Indexer<?> indexer) Deprecated.As of Wilberforce (7.0.x), added strictly to support backwards compatibility ofpostProcessContextQuery(BooleanQuery, SearchContext)
Method parameters in com.liferay.portal.kernel.search with type arguments of type IndexerModifier and TypeMethodDescriptionvoid
PostProcessSearchQueryContributor.contribute
(BooleanQuery booleanQuery, BooleanFilter booleanFilter, Collection<Indexer<?>> indexers, SearchContext searchContext) void
PreFilterContributor.contribute
(BooleanFilter booleanFilter, Map<String, Indexer<?>> entryClassNameIndexerMap, SearchContext searchContext) -
Uses of Indexer in com.liferay.portal.kernel.search.dummy
Classes in com.liferay.portal.kernel.search.dummy that implement Indexer
postProcessSearchQuery(BooleanQuery, SearchContext)