Package | Description |
---|---|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.security |
Commonly used classes for Solr security framework.
|
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Class and Description |
---|---|
class |
Krb5HttpClientConfigurer
Kerberos-enabled HttpClientConfigurer
|
Modifier and Type | Method and Description |
---|---|
static HttpClientConfigurer |
HttpClientUtil.getConfigurer() |
Modifier and Type | Method and Description |
---|---|
static void |
HttpClientUtil.setConfigurer(HttpClientConfigurer newConfigurer)
Replace the
HttpClientConfigurer class used in configuring the http
clients with a custom implementation. |
Modifier and Type | Method and Description |
---|---|
void |
HttpShardHandlerFactory.reconfigureHttpClient(HttpClientConfigurer configurer)
For an already created internal httpclient, this can be used to configure it
again.
|
Modifier and Type | Method and Description |
---|---|
HttpClientConfigurer |
PKIAuthenticationPlugin.getClientConfigurer() |
HttpClientConfigurer |
HttpClientInterceptorPlugin.getClientConfigurer() |
Modifier and Type | Method and Description |
---|---|
void |
UpdateShardHandler.reconfigureHttpClient(HttpClientConfigurer configurer) |
Modifier and Type | Method and Description |
---|---|
HttpClientConfigurer |
SSLTestConfig.getHttpClientConfigurer()
Will provide an HttpClientConfigurer for SSL support (adds https and
removes http schemes) is SSL is enabled, otherwise return the default
configurer
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.