| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.solr | |
| de.hybris.platform.solrfacetsearch.solr.impl |
| Modifier and Type | Method and Description |
|---|---|
CachedSolrClient |
SolrClientPool.getOrCreate(Index index,
SolrClientType solrClientType,
java.util.function.Function<SolrConfig,SolrClient> createMethod)
Returns a
SolrClient from the pool or creates it if it does not exist. |
CachedSolrClient |
SolrClientPool.getOrCreate(Index index,
SolrClientType solrClientType,
java.util.function.Function<SolrConfig,SolrClient> createMethod,
java.util.function.Consumer<SolrClient> closeMethod)
Returns a
SolrClient from the pool or creates it if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
protected CachedSolrClient |
DefaultSolrClientPool.createSolrClient(SolrConfig solrConfig,
SolrClientConfig solrClientConfig,
java.util.function.Function<SolrConfig,SolrClient> createMethod,
java.util.function.Consumer<SolrClient> closeMethod) |
CachedSolrClient |
SolrStandaloneSearchProvider.getClient(Index index) |
CachedSolrClient |
SolrCloudSearchProvider.getClient(Index index) |
CachedSolrClient |
SolrStandaloneSearchProvider.getClientForIndexing(Index index) |
CachedSolrClient |
SolrCloudSearchProvider.getClientForIndexing(Index index) |
CachedSolrClient |
SolrClientsWrapper.getIndexClient() |
CachedSolrClient |
DefaultSolrClientPool.getOrCreate(Index index,
SolrClientType clientType,
java.util.function.Function<SolrConfig,SolrClient> createMethod) |
CachedSolrClient |
DefaultSolrClientPool.getOrCreate(Index index,
SolrClientType clientType,
java.util.function.Function<SolrConfig,SolrClient> createMethod,
java.util.function.Consumer<SolrClient> closeMethod) |
CachedSolrClient |
SolrClientsWrapper.getSearchClient() |
protected CachedSolrClient |
DefaultSolrClientPool.resolveSolrClient(SolrClientsWrapper clientsWrapper,
SolrClientType solrClientType) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends SolrResponseBase> |
SolrCloudSearchProvider.cloudRequest(<any> request,
CachedSolrClient solrClient,
java.lang.String collection) |
protected <T extends SolrResponseBase> |
SolrStandaloneSearchProvider.clusterRequest(<any> request,
CachedSolrClient solrClient,
java.lang.String collection,
java.util.List<java.lang.String> nodes) |
protected java.util.List<SolrStandaloneSearchProvider.ClusterNodeResponse<CoreAdminResponse>> |
SolrStandaloneSearchProvider.doCheckIndexStatus(Index index,
CachedSolrClient solrClient,
java.util.List<java.lang.String> nodes) |
protected SolrCloudSearchProvider.CloudResponse<CollectionAdminResponse> |
SolrCloudSearchProvider.doCreateIndex(Index index,
CachedSolrClient solrClient) |
protected java.util.List<SolrStandaloneSearchProvider.ClusterNodeResponse<CoreAdminResponse>> |
SolrStandaloneSearchProvider.doCreateIndex(Index index,
CachedSolrClient solrClient,
java.util.List<java.lang.String> nodes) |
protected SolrCloudSearchProvider.CloudResponse<CollectionAdminResponse> |
SolrCloudSearchProvider.doDeleteIndex(Index index,
CachedSolrClient solrClient) |
protected java.util.List<SolrStandaloneSearchProvider.ClusterNodeResponse<CoreAdminResponse>> |
SolrStandaloneSearchProvider.doDeleteIndex(Index index,
CachedSolrClient solrClient,
java.util.List<java.lang.String> nodes) |
protected SolrCloudSearchProvider.CloudResponse<CollectionAdminResponse> |
SolrCloudSearchProvider.doListIndexes(CachedSolrClient solrClient) |
protected SolrCloudSearchProvider.CloudResponse<CollectionAdminResponse> |
SolrCloudSearchProvider.doReloadIndex(Index index,
CachedSolrClient solrClient) |
protected java.util.List<SolrStandaloneSearchProvider.ClusterNodeResponse<CoreAdminResponse>> |
SolrStandaloneSearchProvider.doReloadIndex(Index index,
CachedSolrClient solrClient,
java.util.List<java.lang.String> nodes) |
void |
SolrClientsWrapper.setIndexClient(CachedSolrClient indexClient) |
void |
SolrClientsWrapper.setSearchClient(CachedSolrClient searchClient) |
| Constructor and Description |
|---|
SolrClientsWrapper(CachedSolrClient searchClient,
CachedSolrClient indexClient,
java.lang.Long[] timestamps)
Deprecated.
Since 6.6 this is no longer used, replaced by
#SolrClientsWrapper(String) |
Copyright © 2018 SAP SE. All Rights Reserved.