| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.service.solr.indexer |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogReindexCommand |
class |
FullReindexCommand |
class |
IncrementalUpdateCommand |
class |
SiteReindexCommand |
| Modifier and Type | Method and Description |
|---|---|
<C extends SolrUpdateCommand> |
SolrIndexUpdateCommandHandler.executeCommand(C command)
Entry point from which this component can delegate action based on the type of
SolrUpdateCommand. |
protected <C extends SolrUpdateCommand> |
AbstractSolrIndexUpdateServiceImpl.scheduleCommand(C command) |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<? super SolrUpdateCommand> |
SolrIndexQueueProvider.createOrRetrieveCommandQueue(String queueName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSolrIndexUpdateCommandHandlerImpl.executeCommandInternalNoDefaultCommandType(SolrUpdateCommand command)
Hook point for implementors to handle new command types.
|
Copyright © 2020. All rights reserved.