elasticsearch - How to reindex child documents? -


i need change number of primary shards in elasticsearch. index consists of 2 types of documents: parents , childs. i've used reindex api copy parent documents new index different number of shards. can't reindex child documents because requieres parents. how reindex child documents?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -