| Package | Description |
|---|---|
| org.nuxeo.elasticsearch | |
| org.nuxeo.elasticsearch.api | |
| org.nuxeo.elasticsearch.client | |
| org.nuxeo.elasticsearch.core |
| Modifier and Type | Field and Description |
|---|---|
protected ElasticSearchClientConfig |
ElasticSearchComponent.clientConfig |
| Modifier and Type | Method and Description |
|---|---|
ESClient |
ESClientFactory.create(ElasticSearchEmbeddedNode node,
ElasticSearchClientConfig clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
ESClient |
ESTransportClientFactory.create(ElasticSearchEmbeddedNode node,
ElasticSearchClientConfig config) |
ESClient |
ESRestClientFactory.create(ElasticSearchEmbeddedNode node,
ElasticSearchClientConfig config) |
protected ESClient |
ESTransportClientFactory.createRemoteClient(ElasticSearchClientConfig config) |
protected ESClient |
ESRestClientFactory.createRestClient(ElasticSearchClientConfig config) |
protected int |
ESRestClientFactory.getConnectTimeoutMs(ElasticSearchClientConfig config) |
protected org.apache.http.impl.client.BasicCredentialsProvider |
ESRestClientFactory.getCredentialProvider(ElasticSearchClientConfig config) |
org.elasticsearch.common.settings.Settings.Builder |
ESTransportClientFactory.getSetting(ElasticSearchClientConfig config) |
protected int |
ESRestClientFactory.getSocketTimeoutMs(ElasticSearchClientConfig config) |
protected SSLContext |
ESRestClientFactory.getSslContext(ElasticSearchClientConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected ElasticSearchClientConfig |
ElasticSearchAdminImpl.clientConfig |
| Constructor and Description |
|---|
ElasticSearchAdminImpl(ElasticSearchEmbeddedServerConfig embeddedServerConfig,
ElasticSearchClientConfig clientConfig,
Map<String,ElasticSearchIndexConfig> indexConfig)
Init the admin service, remote configuration if not null will take precedence over local embedded configuration.
|
Copyright © 2019 Nuxeo. All rights reserved.