| Package | Description |
|---|---|
| org.opentoutatice.elasticsearch | |
| org.opentoutatice.elasticsearch.api | |
| org.opentoutatice.elasticsearch.core.service |
| Modifier and Type | Method and Description |
|---|---|
void |
OttcElasticSearchComponent.applicationStarted(org.nuxeo.runtime.model.ComponentContext context) |
void |
OttcElasticSearchComponent.dropAndInitIndexOrAlias(String indexName) |
void |
OttcElasticSearchComponent.dropAndInitRepositoryIndexOrAlias(String repositoryName) |
void |
OttcElasticSearchComponent.initIndexesOrAlias(boolean dropIfExists) |
| Modifier and Type | Method and Description |
|---|---|
void |
OttcElasticSearchAdmin.dropAndInitIndexOrAlias(String indexName) |
void |
OttcElasticSearchAdmin.dropAndInitRepositoryIndexOrAlias(String repositoryName) |
void |
OttcElasticSearchAdmin.initIndexesOrAlias(boolean dropIfExists) |
| Modifier and Type | Method and Description |
|---|---|
void |
OttcElasticSearchAdminImpl.dropAndInitIndexOrAlias(String indexName) |
void |
OttcElasticSearchAdminImpl.dropAndInitRepositoryIndexOrAlias(String repositoryName) |
void |
OttcElasticSearchAdminImpl.initIndexesOrAlias(boolean dropIfExists) |
void |
OttcElasticSearchAdminImpl.initIndexOrAlias(org.nuxeo.elasticsearch.config.ElasticSearchIndexConfig conf,
boolean dropIfExists) |
| Constructor and Description |
|---|
OttcElasticSearchAdminImpl(org.nuxeo.elasticsearch.config.ElasticSearchLocalConfig localConfig,
org.nuxeo.elasticsearch.config.ElasticSearchRemoteConfig remoteConfig,
Map<String,org.nuxeo.elasticsearch.config.ElasticSearchIndexConfig> indexConfig)
Init the admin service, remote configuration if not null will take precedence
over local embedded configuration.
|
Copyright © 2021. All rights reserved.