Uses of Class
de.hybris.platform.solrfacetsearch.solr.impl.CachedSolrClient
Packages that use CachedSolrClient
Package
Description
-
Uses of CachedSolrClient in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that return CachedSolrClientModifier and TypeMethodDescriptionSolrClientPool.getOrCreate(Index index, SolrClientType solrClientType, Function<SolrConfig, org.apache.solr.client.solrj.SolrClient> createMethod) Returns aSolrClientfrom the pool or creates it if it does not exist.SolrClientPool.getOrCreate(Index index, SolrClientType solrClientType, Function<SolrConfig, org.apache.solr.client.solrj.SolrClient> createMethod, Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod) Returns aSolrClientfrom the pool or creates it if it does not exist. -
Uses of CachedSolrClient in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return CachedSolrClientModifier and TypeMethodDescriptionprotected CachedSolrClientDefaultSolrClientPool.createSolrClient(SolrConfig solrConfig, SolrClientConfig solrClientConfig, Function<SolrConfig, org.apache.solr.client.solrj.SolrClient> createMethod, Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod) SolrCloudSearchProvider.getClientForIndexing(Index index) SolrStandaloneSearchProvider.getClientForIndexing(Index index) SolrClientsWrapper.getIndexClient()DefaultSolrClientPool.getOrCreate(Index index, SolrClientType clientType, Function<SolrConfig, org.apache.solr.client.solrj.SolrClient> createMethod) DefaultSolrClientPool.getOrCreate(Index index, SolrClientType clientType, Function<SolrConfig, org.apache.solr.client.solrj.SolrClient> createMethod, Consumer<org.apache.solr.client.solrj.SolrClient> closeMethod) SolrClientsWrapper.getSearchClient()protected CachedSolrClientDefaultSolrClientPool.resolveSolrClient(SolrClientsWrapper clientsWrapper, SolrClientType solrClientType) Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type CachedSolrClientModifier and TypeMethodDescriptionprotected <T extends org.apache.solr.client.solrj.response.SolrResponseBase>
SolrCloudSearchProvider.CloudResponse<T>SolrCloudSearchProvider.cloudRequest(org.apache.solr.client.solrj.SolrRequest<T> request, CachedSolrClient solrClient, String collection) protected <T extends org.apache.solr.client.solrj.response.SolrResponseBase>
List<SolrStandaloneSearchProvider.ClusterNodeResponse<T>>SolrStandaloneSearchProvider.clusterRequest(org.apache.solr.client.solrj.SolrRequest<T> request, CachedSolrClient solrClient, String collection, List<String> nodes) protected List<SolrStandaloneSearchProvider.ClusterNodeResponse<org.apache.solr.client.solrj.response.CoreAdminResponse>>SolrStandaloneSearchProvider.doCheckIndexStatus(Index index, CachedSolrClient solrClient, List<String> nodes) protected SolrCloudSearchProvider.CloudResponse<org.apache.solr.client.solrj.response.CollectionAdminResponse>SolrCloudSearchProvider.doCreateIndex(Index index, CachedSolrClient solrClient) protected List<SolrStandaloneSearchProvider.ClusterNodeResponse<org.apache.solr.client.solrj.response.CoreAdminResponse>>SolrStandaloneSearchProvider.doCreateIndex(Index index, CachedSolrClient solrClient, List<String> nodes) protected SolrCloudSearchProvider.CloudResponse<org.apache.solr.client.solrj.response.CollectionAdminResponse>SolrCloudSearchProvider.doDeleteIndex(Index index, CachedSolrClient solrClient) protected List<SolrStandaloneSearchProvider.ClusterNodeResponse<org.apache.solr.client.solrj.response.CoreAdminResponse>>SolrStandaloneSearchProvider.doDeleteIndex(Index index, CachedSolrClient solrClient, List<String> nodes) protected SolrCloudSearchProvider.CloudResponse<org.apache.solr.client.solrj.response.CollectionAdminResponse>SolrCloudSearchProvider.doListIndexes(CachedSolrClient solrClient) protected SolrCloudSearchProvider.CloudResponse<org.apache.solr.client.solrj.response.CollectionAdminResponse>SolrCloudSearchProvider.doReloadIndex(Index index, CachedSolrClient solrClient) protected List<SolrStandaloneSearchProvider.ClusterNodeResponse<org.apache.solr.client.solrj.response.CoreAdminResponse>>SolrStandaloneSearchProvider.doReloadIndex(Index index, CachedSolrClient solrClient, List<String> nodes) voidSolrClientsWrapper.setIndexClient(CachedSolrClient indexClient) voidSolrClientsWrapper.setSearchClient(CachedSolrClient searchClient)