| Interface | Description |
|---|---|
| IndexStatusInfo |
General information about the current status of a (embedded) Solr instance's index
|
| SolrIndexCachedOperation.CacheOperation |
Basic interface representing a block of work to perform with a single cache instance
|
| SolrIndexOperation |
Defines the lifecylce of an indexing operation used in
SolrIndexService. |
| SolrIndexService |
Service exposing several methods for creating a Solr index based on catalog product data.
|
| SolrIndexServiceExtensionHandler |
Extension handler for indexing operations in Solr.
|
| SolrIndexStatusProvider |
Responsible for reading and writing the index status to some persistent store (e.g.
|
| SolrIndexStatusService |
Responsible for reading and writing the status using one or more
SolrIndexStatusProvider
instances. |
| Class | Description |
|---|---|
| AbstractSolrIndexServiceExtensionHandler |
Implementors of the SolrIndexServiceExtensionHandler interface should extend this class so that if
additional extension points are added which they don't care about, their code will not need to be
modified.
|
| GlobalSolrFullReIndexOperation |
Rebuilds the entire Solr index.
|
| I18nSolrIndexServiceExtensionHandler |
If the field is translatable, then this method prefixes the field with supported locales.
|
| IndexStatusInfoImpl | |
| SolrIndexCachedOperation |
Provides a single cache while exposing a block of code for execution to
org.broadleafcommerce.core.search.service.solr.index.SolrIndexService#performCachedOperation(org.broadleafcommerce.core.search.service.solr.SolrIndexCachedOperation.CacheOperation). |
| SolrIndexServiceExtensionManager |
Manages extension points for SolrSearchService
|
| SolrIndexServiceImpl |
Responsible for building and rebuilding the Solr index
|
| SolrIndexStatusServiceImpl |
Copyright © 2020. All rights reserved.