| 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 | Field and Description |
|---|---|
protected static Map<String,BlockingQueue<? super SolrUpdateCommand>> |
DefaultSolrIndexQueueProvider.QUEUE_REGISTRY |
| 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. |
<C extends SolrUpdateCommand> |
CatalogSolrIndexUpdateCommandHandlerImpl.executeCommand(C command) |
protected <C extends SolrUpdateCommand> |
AbstractSolrIndexUpdateServiceImpl.scheduleCommand(C command) |
| Modifier and Type | Method and Description |
|---|---|
protected BlockingQueue<? super SolrUpdateCommand> |
DefaultSolrIndexQueueProvider.createDistributedQueue(String queueName) |
protected BlockingQueue<? super SolrUpdateCommand> |
DefaultSolrIndexQueueProvider.createLocalQueue(String queueName) |
BlockingQueue<? super SolrUpdateCommand> |
SolrIndexQueueProvider.createOrRetrieveCommandQueue(String queueName) |
BlockingQueue<? super SolrUpdateCommand> |
DefaultSolrIndexQueueProvider.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 © 2023. All rights reserved.