Package | Description |
---|---|
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.search.dummy |
Modifier and Type | Class and Description |
---|---|
class |
BaseIndexerPostProcessor |
Modifier and Type | Method and Description |
---|---|
IndexerPostProcessor[] |
Indexer.getIndexerPostProcessors() |
IndexerPostProcessor[] |
BaseIndexer.getIndexerPostProcessors() |
IndexerPostProcessor[] |
BaseSearcher.getIndexerPostProcessors() |
Modifier and Type | Method and Description |
---|---|
List<IndexerPostProcessor> |
IndexerRegistry.getIndexerPostProcessors(Indexer<?> indexer) |
static List<IndexerPostProcessor> |
IndexerRegistryUtil.getIndexerPostProcessors(Indexer<?> indexer) |
List<IndexerPostProcessor> |
IndexerRegistry.getIndexerPostProcessors(String className) |
static List<IndexerPostProcessor> |
IndexerRegistryUtil.getIndexerPostProcessors(String className) |
Modifier and Type | Method and Description |
---|---|
IndexerPostProcessor[] |
DummyIndexer.getIndexerPostProcessors() |