elasticsearch4idea
elasticsearch4idea copied to clipboard
About copy Index and aliases
when I select menu copy index from existing index
and existing index have aliases
new index got aliases from existing index
I not sure this is bug or not but I got duplicate data from existing index because have 2 aliases
this one quite not easy for find real root cost when I start investigate
Solution : I remove aliases existing index and select menu copy index again and create new aliases again
please explain this right way about select menu something or fix this
Best Regard wind
I've checked this with a simple test index and I can't reproduce the issue. Can you try to copy index without aliases? Maybe the issue is not related to aliases?
But anyway, I will add an option to ignore aliases when copying index.
Thank for help and reply, Oh yes this one relate backend API when use
@Document(indexName = Indices.PERSON_INDEX_ALIASES)
I have two index use same aliases when I call findAll I got double data
If we have message for see aliases relate index use like this

Anyway option to ignore aliases will solve this definitely.