refactor: use core supplied mappings

This commit is contained in:
Wieland Schöbl
2021-09-03 15:17:15 +00:00
committed by Rainer Killinger
parent 614a1b1e9b
commit 43a89ec4f2
22 changed files with 1622 additions and 1762 deletions

View File

@@ -1,7 +1,7 @@
// tslint:disable:no-default-export
// tslint:disable:no-magic-numbers
import {RecursivePartial} from '@openstapps/logger/lib/common';
import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/common';
import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/types/elasticsearch';
/**
* This is the database configuration for the technical university of berlin

View File

@@ -1,6 +1,6 @@
// tslint:disable:no-default-export
// tslint:disable:no-magic-numbers
import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/common';
import {ElasticsearchConfigFile} from '../src/storage/elasticsearch/types/elasticsearch';
/**
* This is the default configuration for elasticsearch (a database)