| Interface | Description |
|---|---|
| CatalogDocumentBuilder |
Marker interface.
|
| CatalogSolrIndexCommandHandler |
Marker interface.
|
| DocumentBuilder |
Component to build a Solr document from an
Indexable. |
| SolrIndexQueueProvider |
Provides a FIFO
Queue to hold a series of commands to be executed in sequence. |
| SolrIndexUpdateCommandHandler |
Implementations of this interface do the heavy lifting with respect to executing the provided commands.
|
| SolrIndexUpdateService |
This is the entry point for issuing commands to update Solr indexes / collections.
|
| Class | Description |
|---|---|
| AbstractSolrIndexUpdateCommandHandlerImpl |
Component to provide basic functionality around handling SolrUpdateCommands.
|
| AbstractSolrIndexUpdateServiceImpl |
This component is an abstract component that will be extended by more concrete implementations for updating
or reindexing Solr.
|
| CatalogDocumentBuilderImpl | |
| CatalogReindexCommand | |
| FullReindexCommand | |
| IncrementalUpdateCommand | |
| ReindexStateHolder |
Holder to contain cross-thread state during Solr reindexing.
|
| SiteReindexCommand | |
| SolrUpdateCommand |
Copyright © 2022. All rights reserved.