uvacw / inca

24 stars 6 forks source link

Add support for elasticsearch 6 #350

Open damian0604 opened 6 years ago

damian0604 commented 6 years ago

As @FeLoe has researched, this will be a major operation (see also https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html ). We basically need to completely remove the concept of 'doctypes' and need to see them as a 'normal' field, requiring us to re-write large parts of the code (e.g., to get an overview of doctypes)

FeLoe commented 6 years ago

Branch elasticsearch6 now ready for testing!