This is an automated email from the ASF dual-hosted git repository.

shuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from f6f4711  UNOMI-225 ElasticSearch 7 Migration documentation and 
clarification of SOURCE and TARGET settings
     add 30093ce  UNOMI-225 ElasticSearch 7 fix issues with mappings when 
migrating These corrections are based on tests with real customer datasets. 
Basically the mappings are now first read from the old ElasticSearch 5 indices 
and then merged with the new mapping definitions included in Apache Unomi. The 
result is then used to create the indices properly. Also, the total mapping 
fields value is also copied from the ES 5 indices if it exists. Finally we 
added an important note in the doc [...]
     add e953ffe  UNOMI-225 ElasticSearch 7 fix issues with mappings when 
migrating Remove whitespace introduced by mistake
     add efc9af5  UNOMI-225 ElasticSearch 7 fix issues with mappings when 
migrating Fix issue with properties merging that was not properly replacing all 
the configuration for a mapping field type.
     add 325cae3  UNOMI-225: code review cosmetics changes
     new 37e2eef  Merge pull request #121 from 
apache/UNOMI-225-fix-migration-mappings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 manual/src/main/asciidoc/new-data-model.adoc       |   3 +
 .../resources/META-INF/cxs/mappings/event.json     |  35 +++++
 .../resources/META-INF/cxs/mappings/profile.json   |   3 +
 .../resources/META-INF/cxs/mappings/session.json   |  26 ++++
 .../unomi/shell/migration/impl/MigrationTo150.java | 153 +++++++++++++++++++--
 .../unomi/shell/migration/utils/HttpUtils.java     |  17 ++-
 6 files changed, 219 insertions(+), 18 deletions(-)

Reply via email to