Package | Description |
---|---|
fr.gouv.vitam.common.database.server.elasticsearch |
Elasticsearch server package in Vitam
|
fr.gouv.vitam.functional.administration.client |
Provides Functional administration client interface, factory and implementations.
|
fr.gouv.vitam.logbook.operations.api |
Provides API classes for the Logbook Operations module
|
fr.gouv.vitam.logbook.operations.core |
Provides core implementation for the Logbook Operations module.
|
fr.gouv.vitam.metadata.api |
Provides API classes for the Metadata module
|
fr.gouv.vitam.metadata.core |
Provides
|
Modifier and Type | Method and Description |
---|---|
static IndexationResult |
IndexationHelper.getFullKOResult(IndexParameters indexParameters,
String message)
Get KO Result for reindexation orders
|
static IndexationResult |
IndexationHelper.getKOResult(SwitchIndexParameters switchIndexParameters,
String message)
Get KO Result for switching order
|
static IndexationResult |
IndexationHelper.reindex(com.mongodb.client.MongoCollection<org.bson.Document> collection,
ElasticsearchAccess esClient,
List<Integer> tenants,
InputStream mapping)
reindex a collection on a tenant list with a esmapping file
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<IndexationResult> |
AdminManagementClient.launchReindexation(com.fasterxml.jackson.databind.JsonNode options)
launch a reindexation process with options
|
RequestResponse<IndexationResult> |
AdminManagementClient.switchIndexes(com.fasterxml.jackson.databind.JsonNode options)
launch an index switch.
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
LogbookOperations.reindex(IndexParameters indexParameters)
Reindex one or more collections
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
LogbookOperationsDecorator.reindex(IndexParameters indexParameters) |
IndexationResult |
LogbookOperationsImpl.reindex(IndexParameters indexParameters) |
Modifier and Type | Method and Description |
---|---|
IndexationResult |
MetaData.reindex(IndexParameters indexParam)
Reindex one or more collections
|
Modifier and Type | Method and Description |
---|---|
IndexationResult |
MetaDataImpl.reindex(IndexParameters indexParam) |
Copyright © 2018 Vitam. All rights reserved.