| Package | Description |
|---|---|
| org.nuxeo.elasticsearch | |
| org.nuxeo.elasticsearch.config | |
| org.nuxeo.elasticsearch.core |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ElasticSearchIndexConfig> |
ElasticSearchComponent.indexConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticSearchIndexConfig.merge(ElasticSearchIndexConfig other)
Use
other mapping and settings if not defined. |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ElasticSearchIndexConfig> |
ElasticSearchAdminImpl.indexConfig |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElasticSearchAdminImpl.initIndex(ElasticSearchIndexConfig conf,
boolean dropIfExists) |
protected void |
ElasticSearchAdminImpl.initIndex(ElasticSearchIndexConfig conf,
boolean dropIfExists,
boolean syncAlias) |
protected void |
ElasticSearchAdminImpl.initIndex(String indexName,
ElasticSearchIndexConfig conf,
boolean dropIfExists) |
protected void |
ElasticSearchAdminImpl.initSearchAlias(ElasticSearchIndexConfig conf) |
protected void |
ElasticSearchAdminImpl.initWriteAlias(ElasticSearchIndexConfig conf,
boolean dropIfExists) |
protected void |
ElasticSearchAdminImpl.syncSearchAndWriteAlias(ElasticSearchIndexConfig conf)
Update the search index to point to the write index.
|
| 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.