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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -