usc-isi-i2 / table-linker

Table Linker
MIT License
21 stars 8 forks source link

Add load-elasticsearch-index to cli; Changes to mapping; Parameterize the ES version #5

Closed rijulvohra closed 4 years ago

rijulvohra commented 4 years ago
  1. ElasticSearch version 6 onwards does not support mapping types in the mapping file. Added an es_version parameter to build-elasticsearch-input and load-elasticsearch-input cli commands. The version parameter would support the correct generation of the mapping file for the different versions.

  2. Parameterize the names of the properties that should have the copy_to parameter in the mapping file.

  3. Added load-elasticsearch-index to cli.