Uses of Class
org.apache.solr.client.solrj.impl.CloudSolrClient
-
Packages that use CloudSolrClient Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation API -
-
Uses of CloudSolrClient in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl declared as CloudSolrClient Modifier and Type Field Description protected CloudSolrClient
SolrClientCloudManager. solrClient
Methods in org.apache.solr.client.solrj.impl that return CloudSolrClient Modifier and Type Method Description CloudSolrClient
CloudSolrClient.Builder. build()
Create aCloudSolrClient
based on the provided configuration.Constructors in org.apache.solr.client.solrj.impl with parameters of type CloudSolrClient Constructor Description SolrClientCloudManager(DistributedQueueFactory queueFactory, CloudSolrClient solrClient)
SolrClientCloudManager(DistributedQueueFactory queueFactory, CloudSolrClient solrClient, ObjectCache objectCache)
SolrClientNodeStateProvider(CloudSolrClient solrClient)
-
Uses of CloudSolrClient in org.apache.solr.client.solrj.io
Methods in org.apache.solr.client.solrj.io that return CloudSolrClient Modifier and Type Method Description CloudSolrClient
SolrClientCache. getCloudSolrClient(String zkHost)
-
Uses of CloudSolrClient in org.apache.solr.client.solrj.io.stream
Fields in org.apache.solr.client.solrj.io.stream declared as CloudSolrClient Modifier and Type Field Description protected CloudSolrClient
CloudSolrStream. cloudSolrClient
protected CloudSolrClient
DeepRandomStream. cloudSolrClient
protected CloudSolrClient
Facet2DStream. cloudSolrClient
protected CloudSolrClient
FacetStream. cloudSolrClient
protected CloudSolrClient
FeaturesSelectionStream. cloudSolrClient
protected CloudSolrClient
KnnStream. cloudSolrClient
protected CloudSolrClient
RandomStream. cloudSolrClient
protected CloudSolrClient
SearchStream. cloudSolrClient
protected CloudSolrClient
SqlStream. cloudSolrClient
protected CloudSolrClient
StatsStream. cloudSolrClient
protected CloudSolrClient
TextLogitStream. cloudSolrClient
protected CloudSolrClient
TimeSeriesStream. cloudSolrClient
Methods in org.apache.solr.client.solrj.io.stream that return CloudSolrClient Modifier and Type Method Description protected CloudSolrClient
UpdateStream. getCloudSolrClient()
Only viable after callingUpdateStream.open()
-