rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

Elasticsearch mapping migrations #57

Closed alexashley closed 3 years ago

alexashley commented 3 years ago

As we introduce more functionality into grafeas-elasticsearch, we may make changes to the index mappings that cannot be applied to existing indices (like changing a field to the nested type).

We need to provide a mechanism in grafeas-elasticsearch that will migrate documents to new indices with updated mappings