Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.client.solrj.io |
Streaming Aggregation API
|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
Modifier and Type | Field and Description |
---|---|
protected CloudSolrClient |
SolrClientCloudManager.solrClient |
Modifier and Type | Method and Description |
---|---|
CloudSolrClient |
CloudSolrClient.Builder.build()
Create a
CloudSolrClient based on the provided configuration. |
Constructor and Description |
---|
SolrClientCloudManager(DistributedQueueFactory queueFactory,
CloudSolrClient solrClient) |
SolrClientCloudManager(DistributedQueueFactory queueFactory,
CloudSolrClient solrClient,
ObjectCache objectCache) |
SolrClientNodeStateProvider(CloudSolrClient solrClient) |
Modifier and Type | Method and Description |
---|---|
CloudSolrClient |
SolrClientCache.getCloudSolrClient(String zkHost) |
Modifier and Type | Field and Description |
---|---|
protected CloudSolrClient |
CloudSolrStream.cloudSolrClient |
protected CloudSolrClient |
FeaturesSelectionStream.cloudSolrClient |
protected CloudSolrClient |
TextLogitStream.cloudSolrClient |
protected CloudSolrClient |
DeepRandomStream.cloudSolrClient |
protected CloudSolrClient |
TimeSeriesStream.cloudSolrClient |
protected CloudSolrClient |
StatsStream.cloudSolrClient |
protected CloudSolrClient |
Facet2DStream.cloudSolrClient |
protected CloudSolrClient |
SearchStream.cloudSolrClient |
protected CloudSolrClient |
KnnStream.cloudSolrClient |
protected CloudSolrClient |
RandomStream.cloudSolrClient |
protected CloudSolrClient |
FacetStream.cloudSolrClient |
protected CloudSolrClient |
SqlStream.cloudSolrClient |
Modifier and Type | Method and Description |
---|---|
protected CloudSolrClient |
UpdateStream.getCloudSolrClient()
Only viable after calling
UpdateStream.open() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.