Open and closed indices

Hi,

as I have to do several things using http at the moment (I prefer the Java
API, honestly ;-)) I stumbled over some (probably pretty simple) questions.
One question would be: how can I figure out if an existing index is open or
closed? If closed it doesnt show up in the status response, but I dont
think thats the proper way to handle it. Did I oversee something obvious?
Can someone point me to where to look in the docs?
Another question is about return codes. When I open a closed index I get
return code 200 (OK), what is the expected result. But when I open an
already open index I also get a 200. As I think that attempting to open an
open index means I got something wrong (at least my assumptions) wouldnt it
be helpful to return something different instead (like maybe 409 (conflict)
or 412 (precondition failed))? Same goes for close. It should not stop or
throw exceptions, I think, but some kind of hint would be nice, wouldnt it?
:wink:

Thanks in advance!
Andrej

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.