Uses of Class
de.hybris.platform.solrfacetsearch.solr.impl.PatchedLBHttpSolrClient.Builder
-
Packages that use PatchedLBHttpSolrClient.Builder Package Description de.hybris.platform.solrfacetsearch.solr.impl -
-
Uses of PatchedLBHttpSolrClient.Builder in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return PatchedLBHttpSolrClient.Builder Modifier and Type Method Description PatchedLBHttpSolrClient.BuilderPatchedLBHttpSolrClient.Builder. getThis()PatchedLBHttpSolrClient.BuilderPatchedLBHttpSolrClient.Builder. withBaseSolrUrl(java.lang.String baseSolrUrl)Provide a Solr endpoint to be used when configuringPatchedLBHttpSolrClientinstances.PatchedLBHttpSolrClient.BuilderPatchedLBHttpSolrClient.Builder. withBaseSolrUrls(java.lang.String... solrUrls)Provide Solr endpoints to be used when configuringPatchedLBHttpSolrClientinstances.PatchedLBHttpSolrClient.BuilderPatchedLBHttpSolrClient.Builder. withHttpSolrClientBuilder(org.apache.solr.client.solrj.impl.HttpSolrClient.Builder builder)Provides aHttpSolrClient.Builderto be used for building the internally used clients.Constructors in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type PatchedLBHttpSolrClient.Builder Constructor Description PatchedLBHttpSolrClient(PatchedLBHttpSolrClient.Builder builder)
-