| Interface | Description |
|---|---|
| SolrHelperService | |
| SolrIndexService | |
| 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.
|
| I18nSolrSearchServiceExtensionHandler |
If the field is translatable, then this method prefixes the field with supported locales.
|
| SolrContext |
Provides a class that will statically hold the Solr server
|
| SolrHelperServiceImpl |
Provides utility methods that are used by other Solr service classes
|
| SolrIndexServiceImpl |
Responsible for building and rebuilding the Solr index
|
| SolrSearchServiceExtensionManager |
Manages extension points for SolrSearchService
|
| SolrSearchServiceImpl |
An implementation of SearchService that uses Solr.
|
Copyright © 2014. All Rights Reserved.