Re: retrieve localhost:9200/_aliases using the java api

2014-01-22 Thread Emilie Lavigne
Logically, I understand that the curl statement cannot be faster. Which is how I reckon that I'm doing something wrong. This is how I am timing my methods (from my own dev machine pointing to a vm) using the Google stopwatch and ticker. *Client connection to myvm:9300 using java:*

Re: WARNING failed to prepare/warm after upgrading from 0.90.3 to 0.90.10

2014-01-21 Thread Emilie Lavigne
I'm having the same problem and would really love to know if there's a fix for it. On Friday, January 17, 2014 4:53:00 AM UTC-5, Benoît wrote: Am I the only one to have this warning ? This make me not confident to upgrade to 0.90.10, should I open an issue ? Benoît On Thursday, January

Re: retrieve localhost:9200/_aliases using the java api

2014-01-21 Thread Emilie Lavigne
ClusterStateRequest()).actionGet().getState().getMetaData().aliases() which should be equivalent to yours. Cheers, Ivan On Mon, Jan 20, 2014 at 5:42 PM, Emilie Lavigne emilie@gmail.comjavascript: wrote: Is there a way to reproduce localhost:9200/_aliases using the java api