Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.cloud |
Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Class and Description |
---|---|
static class |
BaseCloudSolrClient.RouteException |
static class |
BaseHttpSolrClient.RemoteExecutionException
This should be thrown when a server has an error in executing the request and
it sends a proper payload back to the client
|
static class |
BaseHttpSolrClient.RemoteSolrException
Subclass of SolrException that allows us to capture an arbitrary HTTP
status code that may have been returned by the remote server or a
proxy along the way.
|
static class |
CloudSolrClient.RouteException
Deprecated.
since Solr 8.0
|
static class |
HttpSolrClient.RemoteExecutionException
Deprecated.
since 8.0, catch
BaseHttpSolrClient.RemoteExecutionException instead |
static class |
HttpSolrClient.RemoteSolrException
Deprecated.
since 8.0, catch
BaseHttpSolrClient.RemoteSolrException instead |
Modifier and Type | Method and Description |
---|---|
protected DocCollection |
BaseCloudSolrClient.getDocCollection(String collection,
Integer expectedVersion) |
Modifier and Type | Class and Description |
---|---|
class |
NonExistentCoreException |
Modifier and Type | Class and Description |
---|---|
class |
ZooKeeperException |
Modifier and Type | Method and Description |
---|---|
Aliases |
Aliases.cloneWithCollectionAliasProperties(String alias,
Map<String,String> properties)
Set the values for some properties keys on a collection alias.
|
Aliases |
Aliases.cloneWithRename(String before,
String after)
Rename an alias.
|
String |
Aliases.resolveSimpleAlias(String aliasName)
Resolve an alias that points to a single collection.
|
static String |
Aliases.resolveSimpleAliasGivenAliasMap(Map<String,List<String>> collectionAliasListMap,
String aliasName) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Utils.executeGET(org.apache.http.client.HttpClient client,
String url,
Utils.InputStreamConsumer<T> consumer) |
Collection<String> |
NamedList.removeConfigArgs(String name)
Used for getting one or many arguments from NamedList objects that hold
configuration parameters.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.