| Package | Description |
|---|---|
| org.craftercms.search.service.impl | |
| org.craftercms.search.utils |
| Modifier and Type | Field and Description |
|---|---|
protected SolrServerFactory |
SolrSearchService.solrServerFactory
Factory that creates index specific SolrServers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchService.setSolrServerFactory(SolrServerFactory solrServerFactory)
Sets the factory that creates index specific SolrServers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CachedSolrServerFactory
SolrServerFactory decorator that caches SolrServers by index ID. |
class |
HttpSolrServerFactory
Implementation of
SolrServerFactory that creates an HttpSolrServer with the specified properties for
each index ID. |
| Modifier and Type | Field and Description |
|---|---|
protected SolrServerFactory |
CachedSolrServerFactory.actualFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedSolrServerFactory.setActualFactory(SolrServerFactory actualFactory) |
Copyright © 2018 CrafterCMS. All rights reserved.