Uses of Class
de.hybris.platform.solrfacetsearch.solr.impl.PatchedLBSolrClient.ServerWrapper
-
Packages that use PatchedLBSolrClient.ServerWrapper Package Description de.hybris.platform.solrfacetsearch.solr.impl -
-
Uses of PatchedLBSolrClient.ServerWrapper in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return PatchedLBSolrClient.ServerWrapper Modifier and Type Method Description protected PatchedLBSolrClient.ServerWrapperPatchedLBSolrClient. createServerWrapper(java.lang.String baseUrl)protected PatchedLBSolrClient.ServerWrapperPatchedLBSolrClient. pickServer(PatchedLBSolrClient.ServerWrapper[] aliveServerList, org.apache.solr.client.solrj.SolrRequest request)Pick a server from list to execute request.Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type PatchedLBSolrClient.ServerWrapper Modifier and Type Method Description protected PatchedLBSolrClient.ServerWrapperPatchedLBSolrClient. pickServer(PatchedLBSolrClient.ServerWrapper[] aliveServerList, org.apache.solr.client.solrj.SolrRequest request)Pick a server from list to execute request.
-