Hi,
i have two questions.
       1.How to use (Close/Open) API in ES.
               i have executed below queries.
                     curl  -XPOST 'http://localserver:9200/db1/
_close'
                                   AND
                      curl  -XPOST 'http://localserver:9200/db1/
_open'
when i use close query index get lock(No IO operation).
but Open is not working.
how to use open.
      2.How to Backup & restore a Specific index. is there any
API?
Pls Help us