I know you can do it when indexing using this: 
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html#index-replication

Not sure about the index setting. Need to look at code.

That said, are you really sure you want to do this? 

--
David ;-)
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs


Le 4 juil. 2014 à 07:22, Varun Vasan V <[email protected]> a écrit :

Hey,

I am trying to set the replication to async. I tried the following.
$ curl -XPOST 'http://localhost:9200/myindex' -d '{
  "settings": {
    "replication": "async"
  }
}'
Is it the correct way to do it?
-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/cc1fed63-96e5-48d3-b7f1-859d67eb06cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/191E70E6-3732-471B-82B0-53552DA85E18%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Reply via email to