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 APIorg.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. -
-
Uses of CloudSolrClient in org.apache.solr.client.solrj.impl
Subclasses of CloudSolrClient in org.apache.solr.client.solrj.impl Modifier and Type Class Description classCloudHttp2SolrClientSolrJ client class to communicate with SolrCloud using Http2SolrClient.classCloudLegacySolrClientDeprecated.Please useCloudSolrClientMethods in org.apache.solr.client.solrj.impl with parameters of type CloudSolrClient Modifier and Type Method Description static ZkClientClusterStateProviderZkClientClusterStateProvider. from(CloudSolrClient client)Extracts this from the client, or throws an exception if of the wrong type. -
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 CloudSolrClientSolrClientCache. getCloudSolrClient(String zkHost)Deprecated. -
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 CloudSolrClientCloudSolrStream. cloudSolrClientprotected CloudSolrClientDeepRandomStream. cloudSolrClientprotected CloudSolrClientFacet2DStream. cloudSolrClientprotected CloudSolrClientFacetStream. cloudSolrClientprotected CloudSolrClientFeaturesSelectionStream. cloudSolrClientprotected CloudSolrClientKnnStream. cloudSolrClientprotected CloudSolrClientRandomStream. cloudSolrClientprotected CloudSolrClientSearchStream. cloudSolrClientprotected CloudSolrClientSqlStream. cloudSolrClientprotected CloudSolrClientStatsStream. cloudSolrClientprotected CloudSolrClientTextLogitStream. cloudSolrClientprotected CloudSolrClientTimeSeriesStream. cloudSolrClientMethods in org.apache.solr.client.solrj.io.stream that return CloudSolrClient Modifier and Type Method Description protected CloudSolrClientUpdateStream. getCloudSolrClient()Only viable after callingUpdateStream.open() -
Uses of CloudSolrClient in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type CloudSolrClient Modifier and Type Method Description static ZkStateReaderZkStateReader. from(CloudSolrClient solrClient)Gets the ZkStateReader inside a ZK based SolrClient.
-