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
|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Class and Description |
---|---|
class |
CloudSolrServer
Deprecated.
Use
CloudSolrClient |
Modifier and Type | Method and Description |
---|---|
CloudSolrClient |
SolrClientCache.getCloudSolrClient(String zkHost) |
Modifier and Type | Field and Description |
---|---|
protected CloudSolrClient |
CloudSolrStream.cloudSolrClient |
Modifier and Type | Field and Description |
---|---|
protected CloudSolrClient |
AbstractFullDistribZkTestBase.cloudClient |
protected CloudSolrClient |
AbstractFullDistribZkTestBase.controlClientCloud |
Modifier and Type | Method and Description |
---|---|
protected CloudSolrClient |
MiniSolrCloudCluster.buildSolrClient() |
protected CloudSolrClient |
AbstractFullDistribZkTestBase.createCloudClient(String defaultCollection) |
protected CloudSolrClient |
AbstractFullDistribZkTestBase.getCommonCloudSolrClient() |
CloudSolrClient |
MiniSolrCloudCluster.getSolrClient() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFullDistribZkTestBase.createCollection(String collName,
CloudSolrClient client,
int replicationFactor,
int numShards) |
Modifier and Type | Method and Description |
---|---|
protected void |
SolrCLI.DeleteTool.deleteCollection(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli) |
protected abstract void |
SolrCLI.SolrCloudTool.runCloudTool(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli)
Runs a SolrCloud tool with CloudSolrServer initialized
|
protected void |
SolrCLI.HealthcheckTool.runCloudTool(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli) |
protected void |
SolrCLI.CreateCollectionTool.runCloudTool(CloudSolrClient cloudSolrClient,
org.apache.commons.cli.CommandLine cli) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.