| Interface | Description |
|---|---|
| IndexStatusInfo |
General information about the current status of a (embedded) Solr instance's index
|
| SolrHelperService | |
| SolrIndexCachedOperation.CacheOperation |
Basic interface representing a block of work to perform with a single cache instance
|
| SolrIndexService |
Service exposing several methods for creating a Solr index based on catalog product data.
|
| 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. |
| SolrSearchServiceExtensionHandler |
| Class | Description |
|---|---|
| AbstractSolrSearchServiceExtensionHandler |
Implementors of the SolrSearchServiceExtensionHandler 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.
|
| FileSystemSolrIndexStatusProviderImpl | |
| I18nSolrSearchServiceExtensionHandler |
If the field is translatable, then this method prefixes the field with supported locales.
|
| IndexStatusInfoImpl | |
| SolrContext |
Provides a class that will statically hold the Solr server.
|
| SolrHelperServiceImpl |
Provides utility methods that are used by other Solr service classes
|
| SolrIndexCachedOperation |
Provides a single cache while exposing a block of code for execution to
SolrIndexService.performCachedOperation(org.broadleafcommerce.core.search.service.solr.SolrIndexCachedOperation.CacheOperation). |
| SolrIndexServiceImpl |
Responsible for building and rebuilding the Solr index
|
| SolrIndexStatusServiceImpl | |
| SolrSearchServiceExtensionManager |
Manages extension points for SolrSearchService
|
| SolrSearchServiceImpl |
An implementation of SearchService that uses Solr.
|
Copyright © 2017. All rights reserved.