indexing - Delete an alias and index in elastic search -


i working on elastic search , have following situation.

  1. i have 2 indices index1 , index2.
  2. alias1 points index1 , index2.
  3. alias2 points index2.

i delete of them. need delete index1, index2 , delete aliases ? aliases exist if delete both indices ? if exist, java api's delete aliases ?

once have deleted index, alias deleted.

in case, can directly delete index1 , index2.

note: i've experimented in es 1.7


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -