| 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[] |
BaseSearcher.getIndexerPostProcessors() |
IndexerPostProcessor[] |
BaseIndexer.getIndexerPostProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Indexer.registerIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
void |
BaseSearcher.registerIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
void |
BaseIndexer.registerIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
void |
Indexer.unregisterIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
void |
BaseIndexer.unregisterIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
| Modifier and Type | Method and Description |
|---|---|
IndexerPostProcessor[] |
DummyIndexer.getIndexerPostProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyIndexer.registerIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |
void |
DummyIndexer.unregisterIndexerPostProcessor(IndexerPostProcessor indexerPostProcessor) |