Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
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 |
Modifier and Type | Method and Description |
---|---|
List<Indexer<?>> |
Portlet.getIndexerInstances()
Returns the indexer instances of the portlet.
|
List<Indexer<?>> |
PortletWrapper.getIndexerInstances()
Returns the indexer instances of the portlet.
|
Modifier and Type | Method and Description |
---|---|
List<Indexer<?>> |
PortletBag.getIndexerInstances() |
Modifier and Type | Class and Description |
---|---|
class |
BaseIndexer<T> |
class |
BaseSearcher |
class |
FacetedSearcher
Deprecated.
As of Judson (7.1.x), replaced by
com.liferay.portal.kernel.search.facet.searcher.FacetedSearcher |
class |
FolderSearcher |
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
static Set<Indexer<?>> |
IndexerRegistryUtil.getIndexers() |
Set<Indexer<?>> |
IndexerRegistry.getIndexers() |
Modifier and Type | Method and Description |
---|---|
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 Wilberforce (7.0.x), added strictly to support
backwards compatibility of
postProcessSearchQuery(BooleanQuery, SearchContext) |
protected void |
BaseIndexer.doPostProcessSearchQuery(Indexer<?> indexer,
BooleanQuery searchQuery,
SearchContext searchContext)
Deprecated.
As of Wilberforce (7.0.x), 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 Wilberforce (7.0.x), 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 Wilberforce (7.0.x), replaced by
IndexerRegistryUtil.register(Indexer) |
static void |
IndexerRegistryUtil.unregister(Indexer<?> indexer) |
void |
IndexerRegistry.unregister(Indexer<?> indexer) |
Modifier and Type | Class and Description |
---|---|
class |
DummyIndexer |
Modifier and Type | Method and Description |
---|---|
protected void |
AssetEntriesFacet.postProcessContextQuery(BooleanFilter entityFilter,
SearchContext searchContext,
Indexer<?> indexer)
Deprecated.
As of Wilberforce (7.0.x), added strictly to support
backwards compatibility of
postProcessContextQuery(BooleanQuery, SearchContext) |