Package | Description |
---|---|
fr.gouv.vitam.common.database.collections |
Provides common database collection
|
fr.gouv.vitam.common.database.server.elasticsearch |
Elasticsearch server package in Vitam
|
fr.gouv.vitam.functional.administration.common.server |
Provides common server classes for the Functional Administration module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
fr.gouv.vitam.metadata.core.database.collections |
Provides
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchAccess |
VitamCollection.getEsClient() |
Modifier and Type | Method and Description |
---|---|
void |
VitamCollection.initialize(ElasticsearchAccess esClient)
Initialize the ES Client
|
void |
VitamCollection.initialize(ElasticsearchAccess esClient,
boolean createIndexByTenant)
Initialize the ES Client
|
Modifier and Type | Method and Description |
---|---|
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
|
static void |
IndexationHelper.switchIndex(String aliasName,
String newIndex,
ElasticsearchAccess esClient)
switch index, attach a new index to an existing alias
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAccessFunctionalAdmin
ElasticSearch model with MongoDB as main database
|
Modifier and Type | Class and Description |
---|---|
class |
LogbookElasticsearchAccess
ElasticSearch model with MongoDB as main database with management of index and index entries
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAccessMetadata
ElasticSearch model with MongoDB as main database
|
Copyright © 2018 Vitam. All rights reserved.